chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / core / service.h
index 37fa6ff0fab6f09712e71ee5d27c4b6b8c506dce..5c53791753d73bfa28c4969b96ef3ebce554bf33 100644 (file)
@@ -130,7 +130,7 @@ struct Service {
 
         dual_timestamp watchdog_timestamp;
         usec_t watchdog_usec;
-        Watch watchdog_watch;
+        sd_event_source *watchdog_event_source;
 
         ExecCommand* exec_command[_SERVICE_EXEC_COMMAND_MAX];
 
@@ -191,7 +191,7 @@ struct Service {
 
         UnitRef accept_socket;
 
-        Watch timer_watch;
+        sd_event_source *timer_event_source;
         PathSpec *pid_file_pathspec;
 
         NotifyAccess notify_access;