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.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 6bfe0ec..f55230e 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -105,8 +105,20 @@ typedef struct AvahiRecord {
AvahiIPv6Address address;
} aaaa; /**< Data for AAAA records */
+ struct {
+ char *algorithm_name;
+ uint48_t time_signed;
+ uint16_t fudge;
+ uint16_t mac_size;
+ char *mac;
+ uint16_t original_id;
+ uint16_t error;
+ uint16_t other_len;
+ char *other_data;
+ } tsig; /**< Data for TSIG records */
+
} data; /**< Record data */
-
+
} AvahiRecord;
/** Create a new AvahiKey object. The reference counter will be set to 1. */