summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
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 */
};