chiark / gitweb /
socket: optionally call accept() for incoming connections and spawn one service insta...
[elogind.git] / manager.h
index a2b7b7ef8dcbf690f2894c68e21cf8d05715d81b..ae9cd9fe9361932d53501c905338e4654fcfca8c 100644 (file)
--- a/manager.h
+++ b/manager.h
@@ -59,6 +59,7 @@ struct Watch {
                 union Unit *unit;
                 DBusWatch *bus_watch;
                 DBusTimeout *bus_timeout;
+                bool socket_accept;
         } data;
 };