summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-09 20:49:31 +0100
committerGitHub <noreply@github.com>2018-11-09 20:49:31 +0100
commit15e9a4207430dcaa33112d942f1532bacf145e58 (patch)
treea452555f08f9cac718ba69e9dacabeea3d53ee44 /src/systemd
parent826bc13135ae723864947a4b2821aa0333479438 (diff)
parent7685329311d8e8747403de30c394dd4ce4760de6 (diff)
downloadsystemd-15e9a4207430dcaa33112d942f1532bacf145e58.tar.gz
Merge pull request #10306 from poettering/nspawn-ref-unref
nspawn scope lifecycle fixes
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-bus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 9c4bbed9dc..220ddb99ec 100644
--- a/src/systemd/sd-bus.h
+++ b/src/systemd/sd-bus.h
@@ -154,6 +154,8 @@ int sd_bus_set_allow_interactive_authorization(sd_bus *bus, int b);
int sd_bus_get_allow_interactive_authorization(sd_bus *bus);
int sd_bus_set_exit_on_disconnect(sd_bus *bus, int b);
int sd_bus_get_exit_on_disconnect(sd_bus *bus);
+int sd_bus_set_close_on_exit(sd_bus *bus, int b);
+int sd_bus_get_close_on_exit(sd_bus *bus);
int sd_bus_set_watch_bind(sd_bus *bus, int b);
int sd_bus_get_watch_bind(sd_bus *bus);
int sd_bus_set_connected_signal(sd_bus *bus, int b);