From fae819296598100e41646e0bebc7d0bce45614f7 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 10 Jun 2020 11:22:29 +0200 Subject: Add initial systemd integration --- main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.h') 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; }; -- cgit v1.2.3