diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-01-22 20:26:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-22 20:26:58 +0100 |
commit | 766c580959336be16f7c724b158f8e8fbaba2e9a (patch) | |
tree | 3e31e4139a7172837953bcfdaf8c437f16350c77 /src/libsystemd/libsystemd.sym | |
parent | ca7b42c81652c342288a3e0a10abd885c66ac5b2 (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.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index fc9c4f830c..984bc155a9 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; |