Searched defs:bus_on_connection (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Ddbus.c617 static int bus_on_connection(sd_event_source *s, int fd, uint32_t revents, void *userdata) { function
1026 r = sd_event_add_io(m->event, &s, fd, EPOLLIN, bus_on_connection, m);

Completed in 14 milliseconds