dns: use different buffers for encoding and decoding names
[project/mdnsd.git] / cache.h
diff --git a/cache.h b/cache.h
index 211f464b401dd6f7857a374e7efe175312515dcf..f11466560fe76a130241860e13b20a4878a1802e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -29,6 +29,7 @@ struct cache_service {
        uint32_t ttl;
        time_t time;
        struct interface *iface;
+       int refresh;
 };
 
 struct cache_record {