summaryrefslogtreecommitdiffstats
path: root/support/include/nfs/debug.h
diff options
context:
space:
mode:
authorGreg Banks <gnb@chook.melbourne.sgi.com>2006-07-05 13:37:21 +1000
committerGreg Banks <gnb@chook.melbourne.sgi.com>2006-07-05 13:37:21 +1000
commit65735eef8a9441901245f6047edafc50f2d97c97 (patch)
treeb11b5869996853175dd697d6e5e1448bceb0bb6c /support/include/nfs/debug.h
parent23b3a9d0284d78cb6bf96b8cd44e9a4662ff60ae (diff)
downloadnfs-utils-65735eef8a9441901245f6047edafc50f2d97c97.tar.gz
nfs-utils-65735eef8a9441901245f6047edafc50f2d97c97.tar.xz
nfs-utils-65735eef8a9441901245f6047edafc50f2d97c97.zip
Update rpcdebug to know about new 2.6 debug flags. Added
a manpage and installed rpcdebug (in sbindir).
Diffstat (limited to 'support/include/nfs/debug.h')
-rw-r--r--support/include/nfs/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/include/nfs/debug.h b/support/include/nfs/debug.h
index 876b5db..57be843 100644
--- a/support/include/nfs/debug.h
+++ b/support/include/nfs/debug.h
@@ -11,9 +11,11 @@
#define RPCDBG_AUTH 0x0010
#define RPCDBG_PMAP 0x0020
#define RPCDBG_SCHED 0x0040
+#define RPCDBG_TRANS 0x0080
#define RPCDBG_SVCSOCK 0x0100
#define RPCDBG_SVCDSP 0x0200
#define RPCDBG_MISC 0x0400
+#define RPCDBG_CACHE 0x0800
#define RPCDBG_ALL 0x7fff
/*
@@ -59,6 +61,7 @@ enum {
#define NLMDBG_CLNTSUBS 0x0020
#define NLMDBG_SVCSUBS 0x0040
#define NLMDBG_HOSTCACHE 0x0080
+#define NLMDBG_XDR 0x0100
#define NLMDBG_ALL 0x7fff
@@ -70,6 +73,7 @@ enum {
#define NFSDBG_XDR 0x0020
#define NFSDBG_FILE 0x0040
#define NFSDBG_ROOT 0x0080
+#define NFSDBG_CALLBACK 0x0100
#define NFSDBG_ALL 0xFFFF
#endif /* _NFS_DEBUG_H */