summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorManikandan Selvaganesh <mselvaga@redhat.com>2015-04-06 13:06:31 +0530
committerNiels de Vos <ndevos@redhat.com>2015-04-08 13:35:07 +0000
commit4f0c068d8fe2654f205202e129e673aaa9342c63 (patch)
tree4f03910b892a1d29d8ca7aae51acd572e92ad934 /libglusterfs
parente508e06c66e42ca22d8fe88f96ffb295fd1ddae3 (diff)
nfs : introducing logging framework for nfs translator
Change-Id: I3a47cdd06595c87da8e822d11683d68b43c11cda BUG: 1194640 Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com> Reviewed-on: http://review.gluster.org/9945 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: jiffin tony Thottan <jthottan@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/glfs-message-id.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h
index c977206c44d..45ac8ef8add 100644
--- a/libglusterfs/src/glfs-message-id.h
+++ b/libglusterfs/src/glfs-message-id.h
@@ -76,6 +76,10 @@
#define GLFS_MSGID_COMP_UPCALL_END (GLFS_MSGID_COMP_UPCALL +\
GLFS_MSGID_SEGMENT)
+#define GLFS_MSGID_COMP_NFS GLFS_MSGID_COMP_UPCALL_END
+#define GLFS_MSGID_COMP_NFS_END (GLFS_MSGID_COMP_NFS +\
+ GLFS_MSGID_SEGMENT)
+
/* --- new segments for messages goes above this line --- */
#endif /* !_GLFS_MESSAGE_ID_H_ */