X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fcore.h;h=0565d23e49ff70215ab0fe9abf4c3599318649c3;hb=219241ab5223b705ade51485ea9227b0a6089c0d;hp=c9274c47ad2c59fdba386cdbbb0305b4cf8509d9;hpb=768d6a386735d3a0805547a2de728886f2aa8798;p=catta diff --git a/avahi-core/core.h b/avahi-core/core.h index c9274c4..0565d23 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -52,7 +52,8 @@ typedef enum { AVAHI_ENTRY_NULL = 0, /**< No special flags */ AVAHI_ENTRY_UNIQUE = 1, /**< The RRset is intended to be unique */ AVAHI_ENTRY_NOPROBE = 2, /**< Though the RRset is intended to be unique no probes shall be sent */ - AVAHI_ENTRY_NOANNOUNCE = 4 /**< Do not announce this RR to other hosts */ + AVAHI_ENTRY_NOANNOUNCE = 4, /**< Do not announce this RR to other hosts */ + AVAHI_ENTRY_ALLOWMUTIPLE = 8 /**< Allow multiple local records of this type, even if they are intended to be unique */ } AvahiEntryFlags; /** States of an entry group object */