X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fcore.h;h=f14dc849a2edcfc7f2597c5f70b79660311c6c95;hb=abf0d60e6dd933273887c1600e0793eac2706438;hp=f50c6128ad69ee6c35cc73497d8bd5794006d0a6;hpb=ff86d3d651d112d915e4ecb5beee19aa5bfaabcd;p=catta diff --git a/avahi-core/core.h b/avahi-core/core.h index f50c612..f14dc84 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -50,6 +50,7 @@ typedef struct AvahiServerConfig { AvahiStringList *deny_interfaces; /**< Deny specific interfaces to be used for Avahi */ int publish_hinfo; /**< Register a HINFO record for the host containing the local OS and CPU type */ int publish_addresses; /**< Register A, AAAA and PTR records for all local IP addresses */ + int publish_no_reverse; /**< Do not register PTR records */ int publish_workstation; /**< Register a _workstation._tcp service */ int publish_domain; /**< Announce the local domain for browsing */ int check_response_ttl; /**< If enabled the server ignores all incoming responses with IP TTL != 255. Newer versions of the RFC do no longer contain this check, so it is disabled by default. */