From 03ea73e25686fd6e0e9f5e4d74869c210f00d1e8 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Mon, 14 Jan 2008 02:55:03 +0000 Subject: adding record wide-area deletion on goodbye. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1709 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'avahi-core/rr.h') 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 */ -- cgit