mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of the
structure. PR: 207068 Submitted by: joss.upton@yahoo.com MFC after: 2 weeks
This commit is contained in:
parent
0c8cc7b076
commit
70c1d5a32a
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ extern struct pmc_debugflags pmc_debugflags;
|
|||
#define KTR_PMC KTR_SUBSYS
|
||||
|
||||
#define PMC_DEBUG_STRSIZE 128
|
||||
#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0 }
|
||||
#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0, 0 }
|
||||
|
||||
#define PMCDBG0(M, N, L, F) do { \
|
||||
if (pmc_debugflags.pdb_ ## M & (1 << PMC_DEBUG_MIN_ ## N)) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue