From e76506b74816174cf9ec26262c7c4669a6d5172d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 26 Mar 2023 20:07:36 +0200 Subject: execute: Rename ExecRuntime to ExecSharedRuntime Preparation for next commit --- src/core/swap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/swap.h') 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; -- cgit v1.2.1