]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ceph/messenger.c
ceph: messenger library
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:13 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:13 +0000 (11:31 -0700)
commit31b8006e1d79e127a776c9414e3e0b5f9508047e
tree9c56f678f8dce4e25690461b078409d657731f77
parent963b61eb041e8850807d95f8d7a4c6a454c45000
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>
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]