summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-25 19:48:29 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-25 19:48:29 +0000
commit0947de7f54a11f6bbd8ab8546cbcf77539d8ba84 (patch)
tree49c1b6f52dae13703d16a2c395ae9d9aa4754b45 /avahi-common
parent9d72a9397c6bd7f81bfbab49fb1c29d5d61e7d5c (diff)
class ANY, trailing comma
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1621 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 776504d..81b853d 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -293,7 +293,8 @@ enum {
/** DNS record classes, see RFC 1035 */
enum {
- AVAHI_DNS_CLASS_IN = 0x01, /**< Probably the only class we will ever use */
+ AVAHI_DNS_CLASS_IN = 0x01, /* used for mostly everything */
+ AVAHI_DNS_CLASS_ANY = 0xFF /* TSIG records are class ANY */
};
/** The default TTL for RRs which contain a host name of some kind. */