Commit fc52c330 authored by Herb Lewis's avatar Herb Lewis Committed by Gerald (Jerry) Carter
Browse files

r428: add acls debug class

(This used to be commit b7703799f8899affda205eacb0bf79cf8e2b9362)
parent fc7a1ee3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ extern int DEBUGLEVEL;
#define DBGC_VFS		12
#define DBGC_IDMAP		13
#define DBGC_QUOTA		14
#define DBGC_ACLS		15

/* So you can define DBGC_CLASS before including debug.h */
#ifndef DBGC_CLASS
+1 −0
Original line number Diff line number Diff line
@@ -163,6 +163,7 @@ static const char *default_classname_table[] = {
	"vfs",		     /* DBGC_VFS	  */
	"idmap",	     /* DBGC_IDMAP	  */
	"quota",	     /* DBGC_QUOTA	  */
	"acls",		     /* DBGC_QUOTA	  */
	NULL
};

+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@

#include "includes.h"

#undef  DBGC_CLASS
#define DBGC_CLASS DBGC_ACLS

/****************************************************************************
 Data structures representing the internal ACE format.
****************************************************************************/