]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: messenger library
authorSage Weil <sage@newdream.net>
Wed, 22 Jul 2009 19:38:21 +0000 (12:38 -0700)
committerSage Weil <sage@newdream.net>
Wed, 22 Jul 2009 19:38:21 +0000 (12:38 -0700)
commitd5456aaec33b07865c97f1db84639e8a133f6145
treeaf061ad548cc6e955cb73bcacd8e7ae239a95120
parenta600afc9ec3eef5c286a56ec4628c25955c56238
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]