summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-22 23:32:33 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-22 23:32:33 +0000
commit6449e7ff218d8891feecf4472a5f93a7bf3a0ca9 (patch)
tree53f337c191f1f2401c3e722b8ab69ec56a79c194 /avahi-common
parent4f85c4f5b935baa226dd49dece56c80047cbc7d2 (diff)
Using core/rr.h definition for TSIG, fixing trailing comma in common/defs.h while at it.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1605 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index bbdcb64..776504d 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -277,7 +277,7 @@ typedef enum {
/** In invalid cookie as special value */
#define AVAHI_SERVICE_COOKIE_INVALID (0)
-/** DNS record types, see RFC 1035 and succeeding updates and extensions */
+/** DNS record types, see RFC 1035 */
enum {
AVAHI_DNS_TYPE_A = 0x01,
AVAHI_DNS_TYPE_NS = 0x02,
@@ -288,8 +288,7 @@ enum {
AVAHI_DNS_TYPE_MX = 0x0F,
AVAHI_DNS_TYPE_TXT = 0x10,
AVAHI_DNS_TYPE_AAAA = 0x1C,
- AVAHI_DNS_TYPE_SRV = 0x21,
- AVAHI_DNS_TYPE_TSIG = 0xFA,
+ AVAHI_DNS_TYPE_SRV = 0x21
};
/** DNS record classes, see RFC 1035 */