diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-01-27 21:34:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-27 21:34:54 +0100 |
commit | af08d2f9cde8f46d9d3e731dbd1f06ffb3b08942 (patch) | |
tree | 0906d724d8d6f2ed59ed8c4fef021f267810b696 /src/libsystemd/libsystemd.sym | |
parent | 968d3d242cc9256eaca9a18155a744b575159cbd (diff) |
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.
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 2 |
1 files changed, 2 insertions, 0 deletions
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; |