summaryrefslogtreecommitdiff
path: root/src/core/killall.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-17 17:44:26 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-17 17:44:26 +0200
commitcee530bb23b78c0dfd18b0c2718cfe41286396df (patch)
tree1773a17edc3572b6f522ec877b935424106c2484 /src/core/killall.h
parent92a1fd9e95954a557d6fe27b56f5ef1b89fc2f5e (diff)
switch-root: don't wait for processes
When we transition from the initrd to the main system, don't reap processes, so that they can be handled normally after deserialization.
Diffstat (limited to 'src/core/killall.h')
-rw-r--r--src/core/killall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/killall.h b/src/core/killall.h
index 8b5bd52de..d08ac142f 100644
--- a/src/core/killall.h
+++ b/src/core/killall.h
@@ -22,6 +22,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-void broadcast_signal(int sig);
+void broadcast_signal(int sig, bool wait);
#endif