diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-26 20:07:36 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-27 14:05:30 +0200 |
commit | e76506b74816174cf9ec26262c7c4669a6d5172d (patch) | |
tree | abe1a4213fba681dfed13856b79abc4c8c5d4d14 /src/core/service.h | |
parent | mkosi: Narrow glob used to install python packages (diff) | |
download | systemd-e76506b74816174cf9ec26262c7c4669a6d5172d.tar.xz systemd-e76506b74816174cf9ec26262c7c4669a6d5172d.zip |
execute: Rename ExecRuntime to ExecSharedRuntime
Preparation for next commit
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/service.h b/src/core/service.h index 7663f26f70..92eeef4a7b 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -155,7 +155,7 @@ struct Service { ServiceExecCommand control_command_id; /* Runtime data of the execution context */ - ExecRuntime *exec_runtime; + ExecSharedRuntime *exec_runtime; DynamicCreds dynamic_creds; pid_t main_pid, control_pid; |