Searched defs:bus_match_node (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-match.h | 51 struct bus_match_node { struct 53 struct bus_match_node *parent, *next, *prev, *child; 82 int bus_match_run(sd_bus *bus, struct bus_match_node *root, sd_bus_message *m); 84 int bus_match_add(struct bus_match_node *root, struct bus_match_component *components, unsigned n_components, struct match_callback *callback); 85 int bus_match_remove(struct bus_match_node *root, struct match_callback *callback); 87 int bus_match_find(struct bus_match_node *root, struct bus_match_component *components, unsigned n_components, sd_bus_message_handler_t callback, void *userdata, struct match_callback **ret); 89 void bus_match_free(struct bus_match_node *node); 91 void bus_match_dump(struct bus_match_node *node, unsigned level);
|
Completed in 10 milliseconds