chiark / gitweb /
mount: fix loop exit
[elogind.git] / service.h
index c8e41ba26441fa37c4a005eff95f4f1c4d8ba9f5..0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910 100644 (file)
--- a/service.h
+++ b/service.h
@@ -99,10 +99,13 @@ struct Service {
         bool failure:1; /* if we shut down, remember why */
         Watch timer_watch;
 
+        char *sysv_path;
+        int sysv_start_priority;
+
         RateLimit ratelimit;
 };
 
-const UnitVTable service_vtable;
+extern const UnitVTable service_vtable;
 
 const char* service_state_to_string(ServiceState i);
 ServiceState service_state_from_string(const char *s);