X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fwatch.h;h=6d1a36e56fd56a12de6245a1860ffd428a961323;hb=fc3830c24fd0341d762a2c4f05198f27fc3ccac0;hp=9f82729e68c49d13a22674fe81fcfd26acc759c5;hpb=9519191947bd7695208c6c57dc9db297323853a3;p=catta diff --git a/avahi-common/watch.h b/avahi-common/watch.h index 9f82729..6d1a36e 100644 --- a/avahi-common/watch.h +++ b/avahi-common/watch.h @@ -25,13 +25,11 @@ /** \file watch.h Simplistic main loop abstraction */ #include -#include +#include -#include "timeval.h" +#include -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif /** An I/O watch object */ typedef struct AvahiWatch AvahiWatch; @@ -59,8 +57,8 @@ typedef void (*AvahiTimeoutCallback)(AvahiTimeout *t, void *userdata); /** Defines an abstracted event polling API. This may be used to connect Avahi to other main loops. This is losely based on Unix poll(2). A consumer will call watch_new() for all file descriptors it - wants to listen for events on. In addition he can call set_wakeup() - to define a single wakeup time.*/ + wants to listen for events on. In addition he can call timeout_new() + to define time based events .*/ struct AvahiPoll { /** Some abstract user data usable by the provider of the API */ @@ -95,9 +93,7 @@ struct AvahiPoll { void (*timeout_free)(AvahiTimeout *t); }; -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif #endif