diff options
Diffstat (limited to 'libglusterfs/src/glfs-message-id.h')
-rw-r--r-- | libglusterfs/src/glfs-message-id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index 34a4c47566a..8601c5cc5ab 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -164,7 +164,7 @@ GLFS_MSGID_COMP_SYMLINK_CACHE_END GLFS_MSGID_SEGMENT) #define GLFS_MSGID_COMP_JBR GLFS_MSGID_COMP_SHARD_END -#define GLFS_MSGID_COMP_JBR_END (GLFS_MSGID_COMP_SHARD_END+\ +#define GLFS_MSGID_COMP_JBR_END (GLFS_MSGID_COMP_JBR +\ GLFS_MSGID_SEGMENT) #define GLFS_MSGID_COMP_PL GLFS_MSGID_COMP_JBR_END |