mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Add gd_witness_spin_check.
This commit is contained in:
parent
079c9adfc4
commit
cd682c042d
2 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ struct globaldata {
|
|||
|
||||
u_int gd_astpending;
|
||||
SLIST_ENTRY(globaldata) gd_allcpu;
|
||||
int gd_witness_spin_check;
|
||||
#ifdef KTR_PERCPU
|
||||
volatile int gd_ktr_idx; /* Index into trace table */
|
||||
char *gd_ktr_buf;
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ struct globaldata {
|
|||
|
||||
u_int gd_astpending;
|
||||
SLIST_ENTRY(globaldata) gd_allcpu;
|
||||
int gd_witness_spin_check;
|
||||
#ifdef KTR_PERCPU
|
||||
volatile int gd_ktr_idx; /* Index into trace table */
|
||||
char *gd_ktr_buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue