summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-14 03:46:13 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-14 03:46:13 +0000
commit6f5b69ea24985a79ab8656a54a1c051cb3f33631 (patch)
tree4f4908e22b05f31e27fe730086d98878636cfd42 /avahi-core/rr.h
parent03ea73e25686fd6e0e9f5e4d74869c210f00d1e8 (diff)
deletion now functional, but needs tweaking.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1710 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/rr.h')
-rw-r--r--avahi-core/rr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 70b793d..99c7130 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -61,6 +61,7 @@ enum {
/** DNS record classes, see RFC 1035, in addition to those defined in defs.h */
enum {
AVAHI_DNS_CLASS_ANY = 0xFF, /**< Special query type for requesting all records */
+ AVAHI_DNS_CLASS_NONE = 0xFE, /**< Special query type for deleting a record */
AVAHI_DNS_CACHE_FLUSH = 0x8000, /**< Not really a class but a bit which may be set in response packets, see mDNS spec for more information */
AVAHI_DNS_UNICAST_RESPONSE = 0x8000 /**< Not really a class but a bit which may be set in query packets, see mDNS spec for more information */
};