From 9962a048634c590db23a00db1d01daada779844c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Jun 2005 19:02:51 +0000 Subject: * implement new source address check mechanisms * introduce new types AvahiIfIndex and AvahiProtocol to abstract underlying OS structures a bit * document string list, address and other stuff * implement qclass = ANY queries * don't make use of UTF8 collation as RFC mandates git-svn-id: file:///home/lennart/svn/public/avahi/trunk@144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/rr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-common/rr.h') diff --git a/avahi-common/rr.h b/avahi-common/rr.h index 404cc21..da0b285 100644 --- a/avahi-common/rr.h +++ b/avahi-common/rr.h @@ -43,6 +43,7 @@ enum { enum { AVAHI_DNS_CLASS_IN = 0x01, + AVAHI_DNS_CLASS_ANY = 0xFF, AVAHI_DNS_CACHE_FLUSH = 0x8000, AVAHI_DNS_UNICAST_RESPONSE = 0x8000 }; -- cgit