summaryrefslogtreecommitdiff
path: root/src/core/swap.h
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-26 20:07:36 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-27 14:05:30 +0200
commite76506b74816174cf9ec26262c7c4669a6d5172d (patch)
treeabe1a4213fba681dfed13856b79abc4c8c5d4d14 /src/core/swap.h
parent89de1d983ea84d7147011c52b55aa47a7cce862c (diff)
downloadsystemd-e76506b74816174cf9ec26262c7c4669a6d5172d.tar.gz
execute: Rename ExecRuntime to ExecSharedRuntime
Preparation for next commit
Diffstat (limited to 'src/core/swap.h')
-rw-r--r--src/core/swap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/swap.h b/src/core/swap.h
index c0e3f118e1..49cd82c591 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -67,7 +67,7 @@ struct Swap {
KillContext kill_context;
CGroupContext cgroup_context;
- ExecRuntime *exec_runtime;
+ ExecSharedRuntime *exec_runtime;
DynamicCreds dynamic_creds;
SwapState state, deserialized_state;