summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 776504d..81b853d 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -293,7 +293,8 @@ enum {
/** DNS record classes, see RFC 1035 */
enum {
- AVAHI_DNS_CLASS_IN = 0x01, /**< Probably the only class we will ever use */
+ AVAHI_DNS_CLASS_IN = 0x01, /* used for mostly everything */
+ AVAHI_DNS_CLASS_ANY = 0xFF /* TSIG records are class ANY */
};
/** The default TTL for RRs which contain a host name of some kind. */