chiark / gitweb /
bus: add sd_bus_process_priority() to support prioq mode of kdbus
[elogind.git] / src / libsystemd / libsystemd.sym
index 0337e4eb0c41448bd87d1d25e49507ff8775b68a..984bc155a9080237a3daa70fc2eaa225e2957554 100644 (file)
@@ -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;
@@ -86,6 +87,7 @@ global:
         sd_bus_message_get_reply_cookie;
         sd_bus_message_get_no_reply;
         sd_bus_message_get_no_auto_start;
+        sd_bus_message_get_priority;
         sd_bus_message_get_signature;
         sd_bus_message_get_path;
         sd_bus_message_get_interface;
@@ -104,6 +106,7 @@ global:
         sd_bus_message_set_no_reply;
         sd_bus_message_set_no_auto_start;
         sd_bus_message_set_destination;
+        sd_bus_message_set_priority;
         sd_bus_message_append;
         sd_bus_message_append_basic;
         sd_bus_message_append_array;