diff options
Diffstat (limited to 'include/sys/taskq.h')
-rw-r--r-- | include/sys/taskq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/taskq.h b/include/sys/taskq.h index fbcc5556d..cedf5350c 100644 --- a/include/sys/taskq.h +++ b/include/sys/taskq.h @@ -61,6 +61,7 @@ typedef void (task_func_t)(void *); typedef struct taskq { spinlock_t tq_lock; /* protects taskq_t */ + unsigned long tq_lock_flags; /* interrupt state */ struct task_struct **tq_threads; /* thread pointers */ const char *tq_name; /* taskq name */ int tq_nactive; /* # of active threads */ |