mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make si_debug tunable.
This commit is contained in:
parent
4abd55b296
commit
4682cd8f5e
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ static int si_Nmodules;
|
|||
static int si_debug = 0; /* data, not bss, so it's patchable */
|
||||
|
||||
SYSCTL_INT(_machdep, OID_AUTO, si_debug, CTLFLAG_RW, &si_debug, 0, "");
|
||||
TUNABLE_INT("machdep.si_debug", &si_debug);
|
||||
|
||||
static int si_numunits;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue