Use monotonic clock for timeouts
[project/mdnsd.git] / dns.h
diff --git a/dns.h b/dns.h
index f5bfef26c8aa073dbabe7b61f88ebeec912f387c..791159f7b7a5b571006809a27aeb64807b5f0257 100644 (file)
--- a/dns.h
+++ b/dns.h
@@ -33,6 +33,7 @@
 #define MCAST_ADDR6            "ff02::fb"
 #define MCAST_PORT             5353
 
+#define CLASS_FLUSH            0x8000
 #define CLASS_UNICAST          0x8000
 #define CLASS_IN               0x0001
 
@@ -70,6 +71,7 @@ struct dns_question {
 
 struct interface;
 extern int cfg_proto;
+extern int cfg_no_subnet;
 
 void dns_send_question(struct interface *iface, const char *question, int type, int unicast);
 void dns_init_answer(void);