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

/systemd/src/bus-proxyd/
H A Dproxy.c385 int events_destination, events_local, fd; local
396 events_destination = sd_bus_get_events(p->destination_bus);
397 if (events_destination < 0)
398 return log_error_errno(events_destination, "Failed to get events mask: %m");
431 { .fd = fd, .events = events_destination, },

Completed in 11 milliseconds