chiark / gitweb /
shared: create files even if the SELinux policy has no context for them
[elogind.git] / src / network / networkd.h
index 7c5459b6ac218b2c945d2189bc2eaf19294f2418..19a661e1312cebcbf03ab830cd0b704989908542 100644 (file)
@@ -37,7 +37,7 @@
 #include "hashmap.h"
 #include "list.h"
 #include "set.h"
-#include "condition-util.h"
+#include "condition.h"
 #include "in-addr-util.h"
 
 #define CACHE_INFO_INFINITY_LIFE_TIME 0xFFFFFFFFU
@@ -174,8 +174,6 @@ struct Manager {
         struct udev *udev;
         struct udev_monitor *udev_monitor;
         sd_event_source *udev_event_source;
-        sd_event_source *sigterm_event_source;
-        sd_event_source *sigint_event_source;
 
         char *state_file;