summaryrefslogtreecommitdiffstats
path: root/avahi-common/rr.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-24 19:02:51 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-24 19:02:51 +0000
commit9962a048634c590db23a00db1d01daada779844c (patch)
tree521108bad5026135c129396d3c317738ec151818 /avahi-common/rr.h
parent9f9f4f6ea2405edc642d322c19f6f13e31920046 (diff)
* 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
Diffstat (limited to 'avahi-common/rr.h')
-rw-r--r--avahi-common/rr.h1
1 files changed, 1 insertions, 0 deletions
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
};