]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: on-wire types
authorSage Weil <sage@newdream.net>
Tue, 8 Sep 2009 22:07:43 +0000 (15:07 -0700)
committerSage Weil <sage@newdream.net>
Tue, 8 Sep 2009 22:07:43 +0000 (15:07 -0700)
commit3b9ef10da53e124b1595cf037751cd26413daed8
treea081781202d6b8bd2070fd0ab293f06e432c2399
parentb0848e654d0662b770f24dabca6b460cb218a168
ceph: on-wire types

These headers describe the types used to exchange messages between the
Ceph client and various servers.  All types are little-endian and
packed.

Additionally, we define a few magic values to identify the current
version of the protocol(s) in use, so that discrepancies to be
detected on mount.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/ceph_fs.h [new file with mode: 0644]
fs/ceph/msgr.h [new file with mode: 0644]
fs/ceph/rados.h [new file with mode: 0644]