]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: messenger library
authorSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:13:58 +0000 (14:13 -0700)
committerSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:13:58 +0000 (14:13 -0700)
commitb6800ebf15f0af9d5fd6715d59c52e6c3d5bb3d9
treefe470157e2f3865610306eb2034d9d7a7109ecf9
parent56f283efac5d1938d5a721052baad10d83a2dacb
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, or notifies the higher layer when it is unable to do so.

This implementation is based on TCP.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/decode.h [new file with mode: 0644]
fs/ceph/messenger.c [new file with mode: 0644]
fs/ceph/messenger.h [new file with mode: 0644]