]> git.meshlink.io Git - catta/blobdiff - rr.h
some preliminary work for adding legacy unicast and unicast response support
[catta] / rr.h
diff --git a/rr.h b/rr.h
index 483fcaae7e1724d5bac5b787ccb91bf0ed47b12d..65219617f32e38493f4fa2adeb29c2eacacf88e0 100644 (file)
--- a/rr.h
+++ b/rr.h
@@ -22,7 +22,8 @@ enum {
 
 enum {
     FLX_DNS_CLASS_IN = 0x01,
-    FLX_DNS_CACHE_FLUSH = 0x8000
+    FLX_DNS_CACHE_FLUSH = 0x8000,
+    FLX_DNS_UNICAST_RESPONSE = 0x8000
 };
 
 #define FLX_DEFAULT_TTL (120*60)
@@ -111,5 +112,6 @@ guint flx_key_get_estimate_size(flxKey *k);
 /* ditto */
 guint flx_record_get_estimate_size(flxRecord *r);
 
+gint flx_record_lexicographical_compare(flxRecord *a, flxRecord *b);
 
 #endif