diff options
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/service.h b/src/service.h index 0b4f8be839..dbae68b80a 100644 --- a/src/service.h +++ b/src/service.h @@ -100,6 +100,8 @@ struct Service { usec_t restart_usec; usec_t timeout_usec; + dual_timestamp watchdog_timestamp; + ExecCommand* exec_command[_SERVICE_EXEC_COMMAND_MAX]; ExecContext exec_context; |