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.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;