summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-10 11:22:29 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-10 11:22:29 +0200
commitfae819296598100e41646e0bebc7d0bce45614f7 (patch)
tree4680a7afdc64e278fe2018f6515ad88b8a54f80e /main.h
parenta270b41d55e3ab867e7c9aabf301ce9d9c48929f (diff)
Add initial systemd integration
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.h b/main.h
index e6ced6f..086cd92 100644
--- a/main.h
+++ b/main.h
@@ -41,6 +41,8 @@ struct cfg {
struct inotify_ev *iev;
struct signalfd_ev *sev;
struct announce *aev;
+ struct sd_bus *sd_bus;
+ bool sd_bus_failed;
struct uring_task task;
struct list_head servers;
};