]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: messenger library
authorSage Weil <sage@newdream.net>
Tue, 22 Sep 2009 17:14:38 +0000 (10:14 -0700)
committerSage Weil <sage@newdream.net>
Tue, 22 Sep 2009 17:14:38 +0000 (10:14 -0700)
commit1ed4b224f09be1f341e223d8f61dd1becf900db6
tree16d82360bf332eaeacb783a87d5885db427b6d74
parent2eb1e36cfa03b7ae2c87648c75a7a75b23886714
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]