aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/taskq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/taskq.h')
-rw-r--r--include/sys/taskq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/taskq.h b/include/sys/taskq.h
index 54d869afe..0a7143375 100644
--- a/include/sys/taskq.h
+++ b/include/sys/taskq.h
@@ -96,7 +96,7 @@ typedef struct taskq_thread {
struct list_head tqt_active_list;
struct task_struct *tqt_thread;
taskq_t *tqt_tq;
- taskq_ent_t *tqt_ent;
+ taskqid_t tqt_id;
} taskq_thread_t;
/* Global system-wide dynamic task queue available for all consumers */