entry->service
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index df3593f3df55fd9363f6b85b564d3723cbbbe788..72bd08c7a043fc9dc04a6e5284ddc46f41c94116 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -20,7 +20,7 @@
 
 #include "dns.h"
 
-struct cache_entry {
+struct cache_service {
        struct avl_node avl;
 
        const char *entry;
@@ -42,7 +42,7 @@ struct cache_record {
        time_t time;
 };
 
-extern struct avl_tree entries;
+extern struct avl_tree services;
 
 int cache_init(void);
 void cache_scan(void);