diff options
author | Herb Lewis <herb@samba.org> | 2005-04-27 18:32:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:43 -0500 |
commit | ed1f7121a39d863066ef47e985b77fe3dbedbc9b (patch) | |
tree | e24fc83bd3a3f078620859a3c77a93372d763977 /source3/include | |
parent | 7a8ee799259c7c0e3d5d6b3d34ce05195f53d4cb (diff) | |
download | samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.gz samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.tar.bz2 samba-ed1f7121a39d863066ef47e985b77fe3dbedbc9b.zip |
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
so our numbers don't get out of sync
(This used to be commit 58e307664e02ebf0415f19ed625d2f166d9cb1cc)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h index 05a9a3f0c5..062bbe1a0a 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -94,6 +94,8 @@ extern int DEBUGLEVEL; #define DBGC_IDMAP 13 #define DBGC_QUOTA 14 #define DBGC_ACLS 15 +#define DBGC_PRINTERDB 16 +#define DBGC_LOCKING 17 /* So you can define DBGC_CLASS before including debug.h */ #ifndef DBGC_CLASS |