summaryrefslogtreecommitdiffstats
path: root/support/include/nfs/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/nfs/debug.h')
-rw-r--r--support/include/nfs/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/include/nfs/debug.h b/support/include/nfs/debug.h
index 57be843..d391e91 100644
--- a/support/include/nfs/debug.h
+++ b/support/include/nfs/debug.h
@@ -9,7 +9,7 @@
#define RPCDBG_DEBUG 0x0004
#define RPCDBG_NFS 0x0008
#define RPCDBG_AUTH 0x0010
-#define RPCDBG_PMAP 0x0020
+#define RPCDBG_BIND 0x0020
#define RPCDBG_SCHED 0x0040
#define RPCDBG_TRANS 0x0080
#define RPCDBG_SVCSOCK 0x0100
@@ -74,6 +74,8 @@ enum {
#define NFSDBG_FILE 0x0040
#define NFSDBG_ROOT 0x0080
#define NFSDBG_CALLBACK 0x0100
+#define NFSDBG_CLIENT 0x0200
+#define NFSDBG_MOUNT 0x0400
#define NFSDBG_ALL 0xFFFF
#endif /* _NFS_DEBUG_H */