X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=manager.h;h=3790cfd281750ce15739c9358c2eeeebf2d7143f;hp=a6c330ae21ceb57853b735716dd1d9058034b0ae;hb=8d025b231b97da7b5cf908309f23e5af78bae4a4;hpb=6542952f8bece780ddf560499e1be9b35c690d26 diff --git a/manager.h b/manager.h index a6c330ae2..3790cfd28 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"