]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.h
tree-wide: introduce new safe_fork() helper and port everything over
[thirdparty/systemd.git] / src / core / unit.h
index fdd82315bac5adc37b5af0eee2fb70275d7c681a..80585ac1c8d94072593b612385cad337ee5a372c 100644 (file)
@@ -782,7 +782,7 @@ bool unit_shall_confirm_spawn(Unit *u);
 
 void unit_set_exec_params(Unit *s, ExecParameters *p);
 
-int unit_fork_helper_process(Unit *u, pid_t *ret);
+int unit_fork_helper_process(Unit *u, const char *name, pid_t *ret);
 
 void unit_remove_dependencies(Unit *u, UnitDependencyMask mask);