]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: on-wire types
authorSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:27 +0000 (15:23 -0800)
committerSage Weil <sage@newdream.net>
Thu, 13 Nov 2008 23:23:27 +0000 (15:23 -0800)
commitf540daebf627cca701cf86c5da9a8d2b47428967
tree7aaaf4bb6bfa47afc64ff8f2f03b9a67d5426c54
parentdda55b902008e20ca4b9927ea99ef2c282e955af
ceph: on-wire types

This header describes 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.
fs/ceph/ceph_fs.h [new file with mode: 0644]