r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
[samba.git] / source3 / include / debug.h
index 05a9a3f0c523426deb900b243f83514045dd5621..062bbe1a0a0596e99dc1020f9b240deb4eca03a9 100644 (file)
@@ -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