From cabcb6ab6724e70f0071018d39b72a534e21a9d8 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Thu, 17 Jan 2008 07:40:58 +0000 Subject: added DNSKEY resource record structure. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1719 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 5c4244f..146d4bf 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -117,6 +117,13 @@ typedef struct AvahiRecord { AvahiIPv6Address address; } aaaa; /**< Data for AAAA records */ + struct { + uint16_t flags; + uint8_t protocol; + uint8_t algorithm; + char *public_key; + } dnskey; /**data for DNSKEY records */ + } data; /**< Record data */ } AvahiRecord; -- cgit