Author: fabient
Date: Wed Oct 19 07:16:57 2011
New Revision: 226526
URL: http://svn.freebsd.org/changeset/base/226526

Log:
  Add missing DEBUG define from r226514.

Modified:
  head/sys/sys/pmc.h

Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h  Wed Oct 19 06:24:53 2011        (r226525)
+++ head/sys/sys/pmc.h  Wed Oct 19 07:16:57 2011        (r226526)
@@ -1040,6 +1040,7 @@ extern struct pmc_debugflags pmc_debugfl
 #define        PMC_DEBUG_MIN_SIO               9 /* schedule i/o */
 #define        PMC_DEBUG_MIN_FLS              10 /* flush */
 #define        PMC_DEBUG_MIN_SAM              11 /* sample */
+#define        PMC_DEBUG_MIN_CLO              12 /* close */
 
 #else
 #define        PMCDBG(M,N,L,F,...)             /* nothing */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to