From ca0b8be4ee5df0ae7b1c740346f73dc6e259c341 Mon Sep 17 00:00:00 2001 From: Fabien Thomas <fabient@FreeBSD.org> Date: Wed, 19 Oct 2011 07:16:57 +0000 Subject: [PATCH] Add missing DEBUG define from r226514. --- sys/sys/pmc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 6819eced9d86..8f5f769ec0c6 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -1040,6 +1040,7 @@ extern struct pmc_debugflags pmc_debugflags; #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 */