diff options
author | Mohamed Ashiq <ashiq333@gmail.com> | 2015-05-27 15:20:59 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-06-10 01:58:01 -0700 |
commit | 00f9a61fe8884062c141edd662424625d349a377 (patch) | |
tree | dc3cfe0975d5517f9257574ad8b799d14ac0ee86 /libglusterfs/src/glfs-message-id.h | |
parent | 2847b03a38515a625e36d52c7e0a1d37107d72ba (diff) |
changetimerecorder : Porting to new logging framework
Change-Id: I66e7ccc5e62482c3ecf0aab302568e6c9ecdc05d
BUG: 1194640
Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
Reviewed-on: http://review.gluster.org/10938
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Joseph Fernandes
Diffstat (limited to 'libglusterfs/src/glfs-message-id.h')
-rw-r--r-- | libglusterfs/src/glfs-message-id.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index f6ee181768c..58c123a66d6 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -107,6 +107,9 @@ #define GLFS_MSGID_COMP_QUOTA_END (GLFS_MSGID_COMP_QUOTA +\ GLFS_MSGID_SEGMENT) +#define GLFS_MSGID_COMP_CTR GLFS_MSGID_COMP_QUOTA_END +#define GLFS_MSGID_COMP_CTR_END (GLFS_MSGID_COMP_CTR+\ + GLFS_MSGID_SEGMENT) /* --- new segments for messages goes above this line --- */ |