chiark / gitweb /
service: add the ability for units to join other unit's PrivateNetwork= and PrivateTm...
[elogind.git] / src / core / swap.h
index 3005abb2d25bce64d4b5e7a5978b0cbdf937ed62..f2ae49b1dec7c3b40ab55c9f0890686dfd426de7 100644 (file)
@@ -98,6 +98,8 @@ struct Swap {
         KillContext kill_context;
         CGroupContext cgroup_context;
 
+        ExecRuntime *exec_runtime;
+
         SwapState state, deserialized_state;
 
         ExecCommand* control_command;