diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-30 02:28:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-30 02:54:56 +0200 |
commit | a6c0353b9268d5b780fb7ff05a10cb5031446e5d (patch) | |
tree | 0306afb0adac70a4f6d0e7a09270c4f20cba920d /src/core/dbus-kill.h | |
parent | fba1ea06bb5b653e9eb0cc1b6004af8da273a4ab (diff) |
core: open up SendSIGHUP property for transient units
Diffstat (limited to 'src/core/dbus-kill.h')
-rw-r--r-- | src/core/dbus-kill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-kill.h b/src/core/dbus-kill.h index 8c8bff5927..7676d98e91 100644 --- a/src/core/dbus-kill.h +++ b/src/core/dbus-kill.h @@ -34,4 +34,4 @@ extern const BusProperty bus_kill_context_properties[]; -int bus_kill_append_mode(DBusMessageIter *i, const char *property, void *data); +int bus_kill_context_set_transient_property(Unit *u, KillContext *c, const char *name, DBusMessageIter *i, UnitSetPropertiesMode mode, DBusError *error); |