svn commit: samba r12707 - in branches/tmp/jpeach-cluster/source: include lib

jpeach at samba.org jpeach at samba.org
Tue Jan 3 22:33:50 GMT 2006


Author: jpeach
Date: 2006-01-03 22:33:50 +0000 (Tue, 03 Jan 2006)
New Revision: 12707

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

Log:
Add new debug channels for upcoming checkins.

Modified:
   branches/tmp/jpeach-cluster/source/include/debug.h
   branches/tmp/jpeach-cluster/source/lib/debug.c


Changeset:
Modified: branches/tmp/jpeach-cluster/source/include/debug.h
===================================================================
--- branches/tmp/jpeach-cluster/source/include/debug.h	2006-01-03 22:09:33 UTC (rev 12706)
+++ branches/tmp/jpeach-cluster/source/include/debug.h	2006-01-03 22:33:50 UTC (rev 12707)
@@ -96,6 +96,8 @@
 #define DBGC_ACLS		15
 #define DBGC_MSDFS		16
 #define DBGC_LOCKING		17
+#define DBGC_MESSAGES		18
+#define DBGC_CLUSTER		19
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS

Modified: branches/tmp/jpeach-cluster/source/lib/debug.c
===================================================================
--- branches/tmp/jpeach-cluster/source/lib/debug.c	2006-01-03 22:09:33 UTC (rev 12706)
+++ branches/tmp/jpeach-cluster/source/lib/debug.c	2006-01-03 22:33:50 UTC (rev 12707)
@@ -166,6 +166,8 @@
 	"acls",		     /* DBGC_ACLS	  */
 	"msdfs",	     /* DBGC_MSDFS	  */
 	"locking",	     /* DBGC_LOCKING	  */
+	"messages",	     /* DBGC_MESSAGES	  */
+	"cluster",	     /* DBGC_CLUSTER	  */
 	NULL
 };
 



More information about the samba-cvs mailing list