summaryrefslogtreecommitdiff
path: root/src/core/swap.h
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-24 14:30:16 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-27 14:47:30 +0200
commit1522077269c7df21b7f9b85e4749b9e32ccd0139 (patch)
tree102660e538427c5269615922a9529083b9fecd1b /src/core/swap.h
parent28135da3cdca53157bd878ae00b15d6e33ca4987 (diff)
downloadsystemd-1522077269c7df21b7f9b85e4749b9e32ccd0139.tar.gz
core: Move DynamicCreds into ExecRuntime
This is just another piece of runtime data so let's store it in ExecRuntime alongside the other runtime data.
Diffstat (limited to 'src/core/swap.h')
-rw-r--r--src/core/swap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/swap.h b/src/core/swap.h
index c0e3f118e1..d61c7112cf 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -68,7 +68,6 @@ struct Swap {
CGroupContext cgroup_context;
ExecRuntime *exec_runtime;
- DynamicCreds dynamic_creds;
SwapState state, deserialized_state;