From af08d2f9cde8f46d9d3e731dbd1f06ffb3b08942 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 27 Jan 2014 21:34:54 +0100 Subject: bus: add API calls for connecting to starter bus Add new calls sd_bus_open() and sd_bus_default() for connecting to the starter bus a service was invoked for, or -- if the process is not a bus-activated service -- the appropriate bus for the scope the process has been started in. --- src/libsystemd/libsystemd.sym | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsystemd/libsystemd.sym') diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 9416f223e2..a5aa1d1ca8 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -80,8 +80,10 @@ global: /* Same order as in sd-bus.h should be used */ /* Connections */ + sd_bus_default; sd_bus_default_user; sd_bus_default_system; + sd_bus_open; sd_bus_open_user; sd_bus_open_system; sd_bus_open_system_remote; -- cgit v1.2.3-54-g00ecf