svn commit: samba r25416 - in branches: SAMBA_3_2/source/include SAMBA_3_2/source/lib SAMBA_3_2_0/source/include SAMBA_3_2_0/source/lib

gd at samba.org gd at samba.org
Fri Sep 28 23:03:10 GMT 2007


Author: gd
Date: 2007-09-28 23:03:08 +0000 (Fri, 28 Sep 2007)
New Revision: 25416

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25416

Log:
Add registry debug class.

Guenther

Modified:
   branches/SAMBA_3_2/source/include/debug.h
   branches/SAMBA_3_2/source/lib/debug.c
   branches/SAMBA_3_2_0/source/include/debug.h
   branches/SAMBA_3_2_0/source/lib/debug.c


Changeset:
Modified: branches/SAMBA_3_2/source/include/debug.h
===================================================================
--- branches/SAMBA_3_2/source/include/debug.h	2007-09-28 22:16:14 UTC (rev 25415)
+++ branches/SAMBA_3_2/source/include/debug.h	2007-09-28 23:03:08 UTC (rev 25416)
@@ -102,6 +102,7 @@
 #define DBGC_LOCKING		16
 #define DBGC_MSDFS		17
 #define DBGC_DMAPI		18
+#define DBGC_REGISTRY		19
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS

Modified: branches/SAMBA_3_2/source/lib/debug.c
===================================================================
--- branches/SAMBA_3_2/source/lib/debug.c	2007-09-28 22:16:14 UTC (rev 25415)
+++ branches/SAMBA_3_2/source/lib/debug.c	2007-09-28 23:03:08 UTC (rev 25416)
@@ -166,6 +166,7 @@
 	"locking",	     /* DBGC_LOCKING	  */
 	"msdfs",	     /* DBGC_MSDFS	  */
 	"dmapi",	     /* DBGC_DMAPI	  */
+	"registry",          /* DBGC_REGISTRY     */
 	NULL
 };
 

Modified: branches/SAMBA_3_2_0/source/include/debug.h
===================================================================
--- branches/SAMBA_3_2_0/source/include/debug.h	2007-09-28 22:16:14 UTC (rev 25415)
+++ branches/SAMBA_3_2_0/source/include/debug.h	2007-09-28 23:03:08 UTC (rev 25416)
@@ -102,6 +102,7 @@
 #define DBGC_LOCKING		16
 #define DBGC_MSDFS		17
 #define DBGC_DMAPI		18
+#define DBGC_REGISTRY		19
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS

Modified: branches/SAMBA_3_2_0/source/lib/debug.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/debug.c	2007-09-28 22:16:14 UTC (rev 25415)
+++ branches/SAMBA_3_2_0/source/lib/debug.c	2007-09-28 23:03:08 UTC (rev 25416)
@@ -166,6 +166,7 @@
 	"locking",	     /* DBGC_LOCKING	  */
 	"msdfs",	     /* DBGC_MSDFS	  */
 	"dmapi",	     /* DBGC_DMAPI	  */
+	"registry",          /* DBGC_REGISTRY     */
 	NULL
 };
 



More information about the samba-cvs mailing list