chiark / gitweb /
timer: downgrade time change message to debug
[elogind.git] / src / core / unit.h
index 9029d6225bc639f74aab863edc694dadb8ae635b..3da6a50da9874bd006008831952abb7cabc5530e 100644 (file)
@@ -486,6 +486,7 @@ int unit_stop(Unit *u);
 int unit_reload(Unit *u);
 
 int unit_kill(Unit *u, KillWho w, int signo, DBusError *error);
+int unit_kill_common(Unit *u, KillWho who, int signo, pid_t main_pid, pid_t control_pid, DBusError *error);
 
 void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_success);