chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / service.h
index dfeee6a68c6d96a15b42c9a9223c0a64e72e2dfb..23124e8eabc278fd4575c70021f8993ddde49a3e 100644 (file)
 typedef struct Service Service;
 typedef struct ServiceFDStore ServiceFDStore;
 
-#include "unit.h"
 #include "path.h"
 #include "ratelimit.h"
 #include "kill.h"
 #include "exit-status.h"
-#include "failure-action.h"
 
 typedef enum ServiceState {
         SERVICE_DEAD,
@@ -191,6 +189,8 @@ struct Service {
         bool forbid_restart:1;
         bool start_timeout_defined:1;
 
+        bool reset_cpu_usage:1;
+
         char *bus_name;
 
         char *status_text;