summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.h b/server.h
index 43c5b9e..495f7c4 100644
--- a/server.h
+++ b/server.h
@@ -52,6 +52,7 @@ struct server {
unsigned idle_timeout;
unsigned idle_count;
+ struct uring_task exec_task;
struct uring_task task;
struct list_head list;
};