]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Message: add constants for MDS offload messages, and clean up the alignment
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 29 Sep 2009 23:16:46 +0000 (16:16 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 2 Oct 2009 22:22:09 +0000 (15:22 -0700)
src/msg/Message.h

index 19fce70db124d9d53ab6f7b08930e20ec7b142f2..4acadc195e69ceeaa7ed90b060138d966ef442b0 100644 (file)
 #define MSG_MDS_CACHEREJOIN        0x202
 #define MSG_MDS_DISCOVER           0x203
 #define MSG_MDS_DISCOVERREPLY      0x204
-#define MSG_MDS_INODEUPDATE  0x205
-#define MSG_MDS_DIRUPDATE    0x206
-#define MSG_MDS_CACHEEXPIRE  0x207
-#define MSG_MDS_DENTRYUNLINK      0x208
-#define MSG_MDS_FRAGMENTNOTIFY 0x209
-
-#define MSG_MDS_LOCK             0x300
-#define MSG_MDS_INODEFILECAPS    0x301
+#define MSG_MDS_INODEUPDATE        0x205
+#define MSG_MDS_DIRUPDATE          0x206
+#define MSG_MDS_CACHEEXPIRE        0x207
+#define MSG_MDS_DENTRYUNLINK       0x208
+#define MSG_MDS_FRAGMENTNOTIFY     0x209
+#define MSG_MDS_OFFLOAD_TARGETS    0x20a
+#define MSG_MDS_OFFLOAD_COMPLETE   0x20b
+
+#define MSG_MDS_LOCK               0x300
+#define MSG_MDS_INODEFILECAPS      0x301
 
 #define MSG_MDS_EXPORTDIRDISCOVER     0x449
 #define MSG_MDS_EXPORTDIRDISCOVERACK  0x450