From 09f060b34c6d466c6bd454cbc5c8d3a2f319efd3 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 29 Sep 2009 16:16:46 -0700 Subject: [PATCH] Message: add constants for MDS offload messages, and clean up the alignment --- src/msg/Message.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/msg/Message.h b/src/msg/Message.h index 19fce70db124d..4acadc195e69c 100644 --- a/src/msg/Message.h +++ b/src/msg/Message.h @@ -86,14 +86,16 @@ #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 -- 2.39.5