|
Last change
on this file was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- revision copy newcon3sk r27
|
-
Property svn:executable set to
*
|
|
File size:
770 bytes
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * linux/include/linux/lockd/debug.h |
|---|
| 3 | * |
|---|
| 4 | * Debugging stuff. |
|---|
| 5 | * |
|---|
| 6 | * Copyright (C) 1996 Olaf Kirch <okir@monad.swb.de> |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | #ifndef LINUX_LOCKD_DEBUG_H |
|---|
| 10 | #define LINUX_LOCKD_DEBUG_H |
|---|
| 11 | |
|---|
| 12 | /* |
|---|
| 13 | * Debug flags |
|---|
| 14 | */ |
|---|
| 15 | #define NLMDBG_SVC 0x0001 |
|---|
| 16 | #define NLMDBG_CLIENT 0x0002 |
|---|
| 17 | #define NLMDBG_CLNTLOCK 0x0004 |
|---|
| 18 | #define NLMDBG_SVCLOCK 0x0008 |
|---|
| 19 | #define NLMDBG_MONITOR 0x0010 |
|---|
| 20 | #define NLMDBG_CLNTSUBS 0x0020 |
|---|
| 21 | #define NLMDBG_SVCSUBS 0x0040 |
|---|
| 22 | #define NLMDBG_HOSTCACHE 0x0080 |
|---|
| 23 | #define NLMDBG_XDR 0x0100 |
|---|
| 24 | #define NLMDBG_ALL 0x7fff |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | /* |
|---|
| 28 | * Support for printing NLM cookies in dprintk() |
|---|
| 29 | */ |
|---|
| 30 | #ifdef RPC_DEBUG |
|---|
| 31 | struct nlm_cookie; |
|---|
| 32 | /* Call this function with the BKL held (it uses a static buffer) */ |
|---|
| 33 | extern const char *nlmdbg_cookie2a(const struct nlm_cookie *); |
|---|
| 34 | #endif |
|---|
| 35 | |
|---|
| 36 | #endif /* LINUX_LOCKD_DEBUG_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.