X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fservice.h;h=1992926e92414a16ac3eb8711a80c529d5891e2c;hp=5c53791753d73bfa28c4969b96ef3ebce554bf33;hb=fa28bc2df724e4aff46d19cb7aa732cc64c71061;hpb=718db96199eb307751264e4163555662c9a389fa diff --git a/src/core/service.h b/src/core/service.h index 5c5379175..1992926e9 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -26,7 +26,6 @@ typedef struct Service Service; #include "unit.h" #include "path.h" #include "ratelimit.h" -#include "service.h" #include "kill.h" #include "exit-status.h" @@ -154,6 +153,9 @@ struct Service { /* The ID of the control command currently being executed */ ServiceExecCommand control_command_id; + /* Runtime data of the execution context */ + ExecRuntime *exec_runtime; + pid_t main_pid, control_pid; int socket_fd; @@ -170,7 +172,6 @@ struct Service { bool main_pid_alien:1; bool bus_name_good:1; bool forbid_restart:1; - bool got_socket_fd:1; bool start_timeout_defined:1; #ifdef HAVE_SYSV_COMPAT bool is_sysv:1;