summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-14 02:55:03 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-14 02:55:03 +0000
commit03ea73e25686fd6e0e9f5e4d74869c210f00d1e8 (patch)
tree55c541490b34ec68f59745b99ac604b33279ea70 /avahi-core/rr.h
parent3d9b36f75b4aae56ea7d0401057fcf71c9f76ee0 (diff)
adding record wide-area deletion on goodbye.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1709 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/rr.h')
-rw-r--r--avahi-core/rr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 5dc3352..70b793d 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -51,6 +51,13 @@ enum {
AVAHI_TSIG_HMAC_SHA256 = 0x3
};
+/** wide-area publishing flags */
+
+enum {
+ AVAHI_WIDEAREA_PUBLISH = 0x1,
+ AVAHI_WIDEAREA_DELETE = 0x2
+};
+
/** 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 */