summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 5fafcc2..d327059 100644
--- a/main.h
+++ b/main.h
@@ -38,6 +38,7 @@ struct cfg {
struct uring_ev *uev;
struct inotify_ev *iev;
struct signalfd_ev *sev;
+ struct announce *aev;
struct uring_task task;
struct list_head servers;
};