diff options
Diffstat (limited to 'avahi-common/rr.h')
-rw-r--r-- | avahi-common/rr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-common/rr.h b/avahi-common/rr.h index 404cc21..da0b285 100644 --- a/avahi-common/rr.h +++ b/avahi-common/rr.h @@ -43,6 +43,7 @@ enum { enum { AVAHI_DNS_CLASS_IN = 0x01, + AVAHI_DNS_CLASS_ANY = 0xFF, AVAHI_DNS_CACHE_FLUSH = 0x8000, AVAHI_DNS_UNICAST_RESPONSE = 0x8000 }; |