Searched defs:AvahiSimplePoll (Results 1 – 2 of 2) sorted by relevance
63 struct AvahiSimplePoll { struct64 AvahiPoll api;65 AvahiPollFunc poll_func;66 void *poll_func_userdata;68 struct pollfd* pollfds;69 int n_pollfds, max_pollfds, rebuild_pollfds;71 int watch_req_cleanup, timeout_req_cleanup;72 int quit;73 int events_valid;97 void avahi_simple_poll_wakeup(AvahiSimplePoll *s) { in avahi_simple_poll_wakeup() argument
34 typedef struct AvahiSimplePoll AvahiSimplePoll; typedef