X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fwatch.h;h=80ed888e697e12bb8cc5acfa49739cb9f8031597;hb=451be30b300b390b46738af3fd24fc942ba3158f;hp=6d1a36e56fd56a12de6245a1860ffd428a961323;hpb=7c171df2b2ae4d3f2cbab669d5b5b96562bdd9a8;p=catta diff --git a/avahi-common/watch.h b/avahi-common/watch.h index 6d1a36e..80ed888 100644 --- a/avahi-common/watch.h +++ b/avahi-common/watch.h @@ -42,10 +42,10 @@ typedef struct AvahiPoll AvahiPoll; /** Type of watch events */ typedef enum { - AVAHI_WATCH_IN = POLLIN, /** Input event */ - AVAHI_WATCH_OUT = POLLOUT, /** Output event */ - AVAHI_WATCH_ERR = POLLERR, /** Error event */ - AVAHI_WATCH_HUP = POLLHUP /** Hangup event */ + AVAHI_WATCH_IN = POLLIN, /**< Input event */ + AVAHI_WATCH_OUT = POLLOUT, /**< Output event */ + AVAHI_WATCH_ERR = POLLERR, /**< Error event */ + AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */ } AvahiWatchEvent; /** Called whenever an I/O event happens on an I/O watch */