]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/taskq.h
Add system_delay_taskq for long delay
[mirror_spl.git] / include / sys / taskq.h
index 1eecda4d2876027adb171edf482447ffe2e4fc2d..5adda882725cd691896d77099b5eab5b9cc2f072 100644 (file)
@@ -129,6 +129,8 @@ typedef struct taskq_thread {
 
 /* Global system-wide dynamic task queue available for all consumers */
 extern taskq_t *system_taskq;
+/* Global dynamic task queue for long delay */
+extern taskq_t *system_delay_taskq;
 
 /* List of all taskqs */
 extern struct list_head tq_list;