]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
EventSocket: Add EventSocket structure used for event notification
authorHaomai Wang <haomaiwang@gmail.com>
Tue, 4 Aug 2015 09:20:36 +0000 (17:20 +0800)
committerHaomai Wang <haomai@xsky.com>
Thu, 26 Nov 2015 02:58:58 +0000 (10:58 +0800)
commit720ac2b80bb035e0cf019a26923e1b95f4c28559
treef446ba5171657282a532f73aba51ee3a76426c60
parent891e985f7335c37530106672761fcb260a0ae638
EventSocket: Add EventSocket structure used for event notification

EventSocket will wrap different user event notification method like linux
eventfd, solaris port. Caller can user this to replace signal

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
configure.ac
src/common/event_socket.h [new file with mode: 0644]
src/include/event_type.h [new file with mode: 0644]