vserver 1.9.5.x5
[linux-2.6.git] / include / linux / lockd / debug.h
index 5b6961d..34b2b7f 100644 (file)
 #define NLMDBG_ALL             0x7fff
 
 
+/*
+ * Support for printing NLM cookies in dprintk()
+ */
+#ifdef RPC_DEBUG
+struct nlm_cookie;
+/* Call this function with the BKL held (it uses a static buffer) */
+extern const char *nlmdbg_cookie2a(const struct nlm_cookie *);
+#endif
+
 #endif /* LINUX_LOCKD_DEBUG_H */