summaryrefslogtreecommitdiffstats
path: root/avahi-common/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/watch.h')
-rw-r--r--avahi-common/watch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/watch.h b/avahi-common/watch.h
index b26c2ba..70dedb7 100644
--- a/avahi-common/watch.h
+++ b/avahi-common/watch.h
@@ -40,6 +40,7 @@ typedef enum {
} AvahiWatchEvent;
typedef void (*AvahiWatchCallback)(AvahiWatch *w, int fd, AvahiWatchEvent event, void *userdata);
+typedef void (*AvahiWakeupCallback)(AvahiPoll *api, void *userdata);
struct AvahiPoll {
void* userdata;
@@ -48,7 +49,7 @@ struct AvahiPoll {
void (*watch_update)(AvahiWatch *w, AvahiWatchEvent event);
void (*watch_free)(AvahiWatch *w);
- void (*set_wakeup_time)(AvahiPoll *api, const struct timeval *tv);
+ void (*set_wakeup)(AvahiPoll *api, const struct timeval *tv, AvahiWakeupCallback callback, void *userdata);
};
AVAHI_C_DECL_END