Refresh DNS records A and AAAA directly
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index cfd6368..1315aad 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;