chiark / gitweb /
bus-proxy: never pass on unmatched broadcasts
[elogind.git] / src / libelogind / sd-bus / bus-slot.h
index 23a15e4d024ee7d0f45fb34adf6b1f69a9ec36d5..da3834f8b05a707f9359cdd25999c5a25c7b1e6f 100644 (file)
@@ -22,8 +22,7 @@
 ***/
 
 #include "sd-bus.h"
-#include "bus-internal.h"
+#include "bus-xml-policy.h"
+#include "proxy.h"
 
-sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
-
-void bus_slot_disconnect(sd_bus_slot *slot);
+int bus_proxy_process_driver(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names);