- 03 Nov, 2009 1 commit
-
-
Sage Weil authored
We exchange struct ceph_entity_addr over the wire and store it on disk. The sockaddr_storage.ss_family field, however, is host endianness. So, fix ss_family endianness to big endian when sending/receiving over the wire. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 09 Oct, 2009 1 commit
-
-
Sage Weil authored
The mon request headers now include session_mon information that must be properly initialized. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 06 Oct, 2009 1 commit
-
-
Sage Weil authored
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>
-