diff options
author | fabient <fabient@FreeBSD.org> | 2011-10-19 07:16:57 +0000 |
---|---|---|
committer | fabient <fabient@FreeBSD.org> | 2011-10-19 07:16:57 +0000 |
commit | c4e7df4e97a39ecdb50dfd7735e0a9ffe5c3d29d (patch) | |
tree | 4e5ec0f69d967f59ff5f961fc417f59c2235828c | |
parent | 44cda9fd7a28990a8ec2502eaf32e15a952eaf19 (diff) | |
download | FreeBSD-src-c4e7df4e97a39ecdb50dfd7735e0a9ffe5c3d29d.zip FreeBSD-src-c4e7df4e97a39ecdb50dfd7735e0a9ffe5c3d29d.tar.gz |
Add missing DEBUG define from r226514.
-rw-r--r-- | sys/sys/pmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 6819ece..8f5f769 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 */ |