]> git.ipfire.org Git - people/ms/systemd.git/blobdiff - service.h
reload: implement reload/reexec logic
[people/ms/systemd.git] / service.h
index e603ff74b90b03d73a5520a5df1487e2a7f76dd9..dc597aa0e92dfeb6d2d3dbb3fdbfa90e0234850e 100644 (file)
--- a/service.h
+++ b/service.h
@@ -94,13 +94,14 @@ struct Service {
         bool root_directory_start_only;
         bool valid_no_process;
 
-        ServiceState state;
+        ServiceState state, deserialized_state;
 
         KillMode kill_mode;
 
         ExecStatus main_exec_status;
 
         ExecCommand *control_command;
+        ServiceExecCommand control_command_id;
         pid_t main_pid, control_pid;
         bool main_pid_known:1;