diff options
Diffstat (limited to 'src/core/scope.h')
-rw-r--r-- | src/core/scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scope.h b/src/core/scope.h index c9574a3..1090431 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -21,6 +21,7 @@ struct Scope { CGroupContext cgroup_context; KillContext kill_context; + CGroupRuntime *cgroup_runtime; ScopeState state, deserialized_state; ScopeResult result; |