From 6f5b69ea24985a79ab8656a54a1c051cb3f33631 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Mon, 14 Jan 2008 03:46:13 +0000 Subject: deletion now functional, but needs tweaking. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1710 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-core/rr.h') 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 */ }; -- cgit