diff options
Diffstat (limited to 'libglusterfs/src/glfs-message-id.h')
-rw-r--r-- | libglusterfs/src/glfs-message-id.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index cd038361f7f..399a94bbfe5 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -112,6 +112,10 @@ #define GLFS_MSGID_COMP_CTR_END (GLFS_MSGID_COMP_CTR+\ GLFS_MSGID_SEGMENT) +#define GLFS_MSGID_COMP_EC GLFS_MSGID_COMP_CTR_END +#define GLFS_MSGID_COMP_EC_END (GLFS_MSGID_COMP_EC +\ + GLFS_MSGID_SEGMENT) + /* --- new segments for messages goes above this line --- */ #endif /* !_GLFS_MESSAGE_ID_H_ */ |