X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fservice.h;h=b5750244a581258c433d1200d6186727c4a89754;hb=71008e18a0bf9e9b96348fe2fb751aea23397186;hp=5c53791753d73bfa28c4969b96ef3ebce554bf33;hpb=718db96199eb307751264e4163555662c9a389fa;p=elogind.git diff --git a/src/core/service.h b/src/core/service.h index 5c5379175..b5750244a 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -154,6 +154,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;