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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 146d4bf..fc6a0e6 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -124,6 +124,18 @@ typedef struct AvahiRecord {
char *public_key;
} dnskey; /**data for DNSKEY records */
+ struct {
+ uint16_t type_covered;
+ uint8_t algorithm;
+ uint8_t labels;
+ uint32_t original_ttl;
+ uint32_t signature_expiration;
+ uint32_t signature_inception;
+ uint16_t key_tag;
+ char* signers_name;
+ char* signature;
+ } rrsig; /** data for rrsig record */
+
} data; /**< Record data */
} AvahiRecord;