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:
Manikandan Selvaganesh 2015-04-06 13:06:31 +05:30 committed by Niels de Vos
parent e508e06c66
commit 4f0c068d8f
3 changed files with 1670 additions and 1 deletions

View File

@ -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_ */

View File

@ -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\" \

File diff suppressed because it is too large Load Diff