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/swap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/swap.h') diff --git a/src/core/swap.h b/src/core/swap.h index 3005abb2d2..f2ae49b1de 100644 --- a/src/core/swap.h +++ b/src/core/swap.h @@ -98,6 +98,8 @@ struct Swap { KillContext kill_context; CGroupContext cgroup_context; + ExecRuntime *exec_runtime; + SwapState state, deserialized_state; ExecCommand* control_command; -- cgit v1.2.3-54-g00ecf