From 7382b66de76101d625ed888ec7b7f82fd7da56d3 Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Fri, 30 May 2014 11:26:40 +0530 Subject: Cluster/DHT: New logging framework Moved all relevant DHT gf_log calls to the new logging framework. Change-Id: I3af3cfe0416e332774a6c4ff6a091d006c400af2 BUG: 1075611 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/7929 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/glfs-message-id.h | 5 +++++ 1 file changed, 5 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 e29142ed615..f0f407ba6f5 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -61,6 +61,11 @@ #define GLFS_MSGID_COMP_AFR_END GLFS_MSGID_COMP_AFR +\ GLFS_MSGID_SEGMENT +#define GLFS_MSGID_COMP_DHT GLFS_MSGID_COMP_AFR_END +#define GLFS_MSGID_COMP_DHT_END GLFS_MSGID_COMP_DHT +\ + GLFS_MSGID_SEGMENT + + /* --- new segments for messages goes above this line --- */ #endif /* !_GLFS_MESSAGE_ID_H_ */ -- cgit