diff options
Diffstat (limited to 'manager.h')
-rw-r--r-- | manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,9 +71,9 @@ struct Watch { union Unit *unit; DBusWatch *bus_watch; DBusTimeout *bus_timeout; - bool socket_accept; } data; - bool fd_is_dupped; + bool fd_is_dupped:1; + bool socket_accept:1; }; #include "unit.h" |