chiark / gitweb /
yay, we can start socket units
[elogind.git] / service.h
index 17bcd2aa871bc65b87448a1d45b66652f185a3c8..f9dbfea5e68325cf344a4c09db2a00d3d89a3de0 100644 (file)
--- a/service.h
+++ b/service.h
@@ -70,7 +70,7 @@ struct Service {
         bool main_pid_known:1;
 
         bool failure:1; /* if we shut down, remember why */
         bool main_pid_known:1;
 
         bool failure:1; /* if we shut down, remember why */
-        int timer_id;
+        Watch timer_watch;
 };
 
 const UnitVTable service_vtable;
 };
 
 const UnitVTable service_vtable;