chiark / gitweb /
driverd: implement AddMatch/RemoveMatch logic
[elogind.git] / src / libsystemd-bus / bus-control.h
index 2cac5d83ae1e2089b0a9e939c59d7566d9126679..b610bef842c2c3e30845a8422eae2fccac5f1840 100644 (file)
@@ -25,3 +25,6 @@
 
 int bus_add_match_internal(sd_bus *bus, const char *match, struct bus_match_component *components, unsigned n_components, uint64_t cookie);
 int bus_remove_match_internal(sd_bus *bus, const char *match, uint64_t cookie);
+
+int bus_add_match_internal_kernel(sd_bus *bus, uint64_t id, struct bus_match_component *components, unsigned n_components, uint64_t cookie);
+int bus_remove_match_internal_kernel(sd_bus *bus, uint64_t id, uint64_t cookie);