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/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/socket.h') diff --git a/src/core/socket.h b/src/core/socket.h index db0796c4a3..076a183698 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -105,6 +105,7 @@ struct Socket { ExecContext exec_context; KillContext kill_context; CGroupContext cgroup_context; + ExecRuntime *exec_runtime; /* For Accept=no sockets refers to the one service we'll activate. For Accept=yes sockets is either NULL, or filled -- cgit v1.2.3-54-g00ecf