summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/service.h b/service.h
index 17bcd2aa87..f9dbfea5e6 100644
--- 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 */
- int timer_id;
+ Watch timer_watch;
};
const UnitVTable service_vtable;