X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fservice.h;h=5c53791753d73bfa28c4969b96ef3ebce554bf33;hb=92c1622e14dd99890928b1a1596e4a670b31a7ff;hp=37fa6ff0fab6f09712e71ee5d27c4b6b8c506dce;hpb=accdd018ede77ef1c057775396c18c73406cbcb4;p=elogind.git diff --git a/src/core/service.h b/src/core/service.h index 37fa6ff0f..5c5379175 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -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;