summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-10 00:27:53 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-10 00:27:53 +0200
commit3ff6ac2e782cdfe1d32240556478a2b5a3b8c057 (patch)
tree21ffa7f76ea1f65f9d37dbefb644b40983dba61f /server.h
parent09f1abfe18258807c412bce88ad459984add0cd3 (diff)
Make server stop/start exec asynchronous
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;
};