summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd.sym
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-01-22 20:26:58 +0100
committerLennart Poettering <lennart@poettering.net>2014-01-22 20:26:58 +0100
commit766c580959336be16f7c724b158f8e8fbaba2e9a (patch)
tree3e31e4139a7172837953bcfdaf8c437f16350c77 /src/libsystemd/libsystemd.sym
parentca7b42c81652c342288a3e0a10abd885c66ac5b2 (diff)
bus: add sd_bus_process_priority() to support prioq mode of kdbus
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r--src/libsystemd/libsystemd.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index fc9c4f830..984bc155a 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -46,6 +46,7 @@ global:
sd_bus_get_events;
sd_bus_get_timeout;
sd_bus_process;
+ sd_bus_process_priority;
sd_bus_wait;
sd_bus_flush;
sd_bus_get_current;