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>
This commit is contained in:
parent
e508e06c66
commit
4f0c068d8f
@ -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_ */
|
||||
|
@ -11,7 +11,7 @@ server_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
|
||||
|
||||
noinst_HEADERS = nfs.h nfs-common.h nfs-fops.h nfs-inodes.h nfs-generics.h \
|
||||
mount3.h nfs3-fh.h nfs3.h nfs3-helpers.h nfs-mem-types.h nlm4.h \
|
||||
acl3.h netgroups.h exports.h mount3-auth.h auth-cache.h
|
||||
acl3.h netgroups.h exports.h mount3-auth.h auth-cache.h nfs-messages.h
|
||||
|
||||
AM_CPPFLAGS = $(GF_CPPFLAGS) \
|
||||
-DLIBDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/auth\" \
|
||||
|
1665
xlators/nfs/server/src/nfs-messages.h
Normal file
1665
xlators/nfs/server/src/nfs-messages.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user