[systemd-devel] [PATCH] sd-bus: export sd_bus_call{, _async, _async_cancel}
David Herrmann
dh.herrmann at gmail.com
Mon Feb 10 07:46:22 PST 2014
The .sym file somehow lacks these declarations, so add these. You have to
run "make clean" to make sure the sym-test runs fine afterwards.
---
Hi
No idea whether these were intentionally left out. If not, I can push this patch
myself. A short ACK/NACK is enough.
Thanks
David
src/libsystemd/libsystemd.sym | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index a5aa1d1..b4e4af1 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -112,6 +112,9 @@ global:
sd_bus_get_name;
sd_bus_send;
sd_bus_send_to;
+ sd_bus_call;
+ sd_bus_call_async;
+ sd_bus_call_async_cancel;
sd_bus_get_fd;
sd_bus_get_events;
sd_bus_get_timeout;
--
1.8.5.4
More information about the systemd-devel
mailing list