summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-17 07:40:58 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-17 07:40:58 +0000
commitcabcb6ab6724e70f0071018d39b72a534e21a9d8 (patch)
treec52e31b47f3649bb079d28f3ea295305b880fb24 /avahi-core/rr.h
parent44f5496be8c0a584bdba371135bc9a7d4bd2ef52 (diff)
added DNSKEY resource record structure.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1719 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 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;