Home
last modified time | relevance | path

Searched defs:AvahiSimplePoll (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-common/
Dsimple-watch.c63 struct AvahiSimplePoll { struct
64 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
Dsimple-watch.h34 typedef struct AvahiSimplePoll AvahiSimplePoll; typedef