From 613b411c947635136637f8cdd66b94512f761eab Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Nov 2013 20:23:18 +0100 Subject: service: add the ability for units to join other unit's PrivateNetwork= and PrivateTmp= namespaces --- src/core/service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/service.h') diff --git a/src/core/service.h b/src/core/service.h index 5c53791753..b5750244a5 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; -- cgit v1.2.3-54-g00ecf