diff options
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ struct Service { bool main_pid_known:1; bool failure:1; /* if we shut down, remember why */ - int timer_id; + Watch timer_watch; }; const UnitVTable service_vtable; |