From 00f9a61fe8884062c141edd662424625d349a377 Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Date: Wed, 27 May 2015 15:20:59 +0530 Subject: changetimerecorder : Porting to new logging framework Change-Id: I66e7ccc5e62482c3ecf0aab302568e6c9ecdc05d BUG: 1194640 Signed-off-by: Mohamed Ashiq Reviewed-on: http://review.gluster.org/10938 Tested-by: Gluster Build System Reviewed-by: Joseph Fernandes --- libglusterfs/src/glfs-message-id.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfs/src/glfs-message-id.h') 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 --- */ -- cgit