diff options
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ struct Service { ServiceState state; + KillMode kill_mode; + ExecStatus main_exec_status; ExecCommand *control_command; |