summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-10 01:53:18 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-10 01:53:18 +0000
commitd9b3d06193725afe03992575ad5a81d294d66f00 (patch)
tree2fac28fa6ea702e6033633fdc514a7ab5304ca68 /avahi-core/rr.h
parent8e8e90b0bf99073e976f164817a190024121b5dd (diff)
added TSIG record type to the AvahiRecord struct.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1575 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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. */