chiark / gitweb /
sd-dhcp-client: log positive error number
[elogind.git] / src / core / busname.h
index 0009c6a65e2330d40c99b34f6783b9e446110600..ab3082bb05ed8ba3d2b8ee9e92cf96120ceb7c1b 100644 (file)
@@ -49,7 +49,9 @@ struct BusName {
 
         char *name;
         int starter_fd;
+
         bool activating;
+        bool accept_fd;
 
         UnitRef service;
 
@@ -58,8 +60,6 @@ struct BusName {
 
         sd_event_source *event_source;
 
-        bool accept_fd;
-
         LIST_HEAD(BusNamePolicy, policy);
 };