Refresh DNS records A and AAAA directly
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index cfd63680518080236aef4c43511f96d69331d607..1315aad130827f19b3aef37590a81ac04cdf91a2 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -44,6 +44,7 @@ struct cache_record {
        uint16_t rdlength;
        time_t time;
        struct interface *iface;
+       int refresh;
 };
 
 extern struct avl_tree services;