]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: messenger library
authorSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:32 +0000 (15:23 -0800)
committerSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:32 +0000 (15:23 -0800)
commitdbac3879bdda6b014a313bceaa54aa1a77d82c25
treea83e63fb753f04499ecac31a64c38a7c4714349e
parent8ffa3ec81f41efda7fc77b772f24a55682bf4edd
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.
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]