diff options
Diffstat (limited to 'src/core/swap.h')
-rw-r--r-- | src/core/swap.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |