diff options
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct Watch { union Unit *unit; DBusWatch *bus_watch; DBusTimeout *bus_timeout; + bool socket_accept; } data; }; |