summaryrefslogtreecommitdiff
path: root/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'manager.h')
-rw-r--r--manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/manager.h b/manager.h
index a6c330ae21..3790cfd281 100644
--- a/manager.h
+++ b/manager.h
@@ -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"