Fix comment typo in cache_gc_timer
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 6c38977b08265d2da74ca95e2d6b9139435e87d3..10859a593a735611aac72ec5c9035075bb2d1024 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -44,9 +44,11 @@ struct cache_record {
        uint16_t rdlength;
        time_t time;
        struct interface *iface;
+       int refresh;
 };
 
 extern struct avl_tree services;
+extern struct avl_tree records;
 
 int cache_init(void);
 void cache_update(void);