Skip to content

Commit

Permalink
mds: rev mds internal protocol
Browse files Browse the repository at this point in the history
We're changing the way cluster-internal messages are forward
  • Loading branch information
liewegas committed Mar 22, 2010
1 parent 10c2b20 commit 3f06aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ceph_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* client-facing protocol.
*/
#define CEPH_OSD_PROTOCOL 8 /* cluster internal */
#define CEPH_MDS_PROTOCOL 10 /* cluster internal */
#define CEPH_MDS_PROTOCOL 11 /* cluster internal */
#define CEPH_MON_PROTOCOL 5 /* cluster internal */
#define CEPH_OSDC_PROTOCOL 24 /* server/client */
#define CEPH_MDSC_PROTOCOL 32 /* server/client */
Expand Down

0 comments on commit 3f06aa7

Please sign in to comment.