]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.h
execute: Rename ExecRuntime to ExecSharedRuntime
[thirdparty/systemd.git] / src / core / service.h
index 7663f26f70a12a1f4ec797f405a6b1fdbbd9ff30..92eeef4a7b20a8dc62646ca15ed1a2d7a60b688a 100644 (file)
@@ -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;