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

/systemd/src/bus-proxyd/
H A Dproxy.c385 int events_destination, events_local, fd; local
404 events_local = sd_bus_get_events(p->local_bus);
405 if (events_local < 0)
406 return log_error_errno(events_local, "Failed to get events mask: %m");
432 { .fd = p->local_in, .events = events_local & POLLIN, },
433 { .fd = p->local_out, .events = events_local & POLLOUT, },

Completed in 35 milliseconds