summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-10 01:56:34 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-10 01:56:34 +0000
commit96dbb74f0376f5d107abfa7ed1a5ca4e692c301a (patch)
tree3493e7741bc9e8a46a90b61e7bbd1ddd8991e440 /avahi-core/rr.h
parentd9b3d06193725afe03992575ad5a81d294d66f00 (diff)
added TSIG record type to the AvahiRecord struct.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1576 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/rr.h')
-rw-r--r--avahi-core/rr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index f55230e..6c15c01 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -107,7 +107,7 @@ typedef struct AvahiRecord {
struct {
char *algorithm_name;
- uint48_t time_signed;
+ char *time_signed; /*uint48_t */
uint16_t fudge;
uint16_t mac_size;
char *mac;