]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: add PosixStack support
authorHaomai Wang <haomai@xsky.com>
Wed, 13 Jul 2016 07:56:56 +0000 (15:56 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 16 Aug 2016 15:17:55 +0000 (23:17 +0800)
commit31bbe39ac288c7e7353e829863cdacbcfcf06009
tree695bfb424edad1f61cff5d8ccab4327225d5028e
parent0ba42237e2c1e32507e66c35cc69f3d130184ad9
msg/async: add PosixStack support

Add default posix backend support, it should be the full replacement for
the original AsyncMessenger IO logics.

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/CMakeLists.txt
src/msg/Makefile.am
src/msg/async/PosixStack.cc [new file with mode: 0644]
src/msg/async/PosixStack.h [new file with mode: 0644]
src/msg/async/Stack.cc