summaryrefslogtreecommitdiff
path: root/src/core/killall.h
blob: 08ae28d073f4d16317136ed499c7ea1bd0a37fde (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include "time-util.h"

int broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);