summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-06 11:58:18 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-06 11:58:18 +0000
commit2d881357149c4cec6c109b801cef487ae0955126 (patch)
tree6f5758c475df8f7468b6cbb45e08976d614622e3 /source3/include
parenta92724025a877241b7ee25d6e9cd7c72bdfa2974 (diff)
downloadsamba-2d881357149c4cec6c109b801cef487ae0955126.tar.gz
samba-2d881357149c4cec6c109b801cef487ae0955126.tar.bz2
samba-2d881357149c4cec6c109b801cef487ae0955126.zip
patch from metze: add a 'vfs' debug class
(This used to be commit 601b56e04fddd9ddfb9be5b0a625d6d279df7f4c)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index a926143701..4b0b4b1ac4 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -92,7 +92,7 @@ extern int DEBUGLEVEL;
#define DBGC_SAM 9
#define DBGC_AUTH 10
#define DBGC_WINBIND 11
-
+#define DBGC_VFS 12
/* So you can define DBGC_CLASS before including debug.h */
#ifndef DBGC_CLASS