ceph: messenger library
A generic message passing library is used to communicate with all
other components in the Ceph file system. The messenger library
provides ordered, reliable delivery of messages between two nodes in
the system.
This implementation is based on TCP.
Signed-off-by: Sage Weil <sage@newdream.net>
Showing
fs/ceph/decode.h
0 → 100644
fs/ceph/messenger.c
0 → 100644
This diff is collapsed.
fs/ceph/messenger.h
0 → 100644
Please register or sign in to comment