From 0947de7f54a11f6bbd8ab8546cbcf77539d8ba84 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Tue, 25 Dec 2007 19:48:29 +0000 Subject: class ANY, trailing comma git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1621 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-common') 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. */ -- cgit