]> git.meshlink.io Git - catta/blobdiff - avahi-core/cache.h
Updated Malay translation
[catta] / avahi-core / cache.h
index 4fbc1b9f31f7124ba9079c9ac852a385bf78bd6f..fd740051649c3144a12a27b40fff3725ab1a2628 100644 (file)
@@ -48,8 +48,10 @@ struct AvahiCacheEntry {
     AvahiCache *cache;
     AvahiRecord *record;
     struct timeval timestamp;
+    struct timeval poof_timestamp;
     struct timeval expiry;
     int cache_flush;
+    int poof_num;
     
     AvahiAddress origin;
 
@@ -72,6 +74,9 @@ struct AvahiCache {
     AVAHI_LLIST_HEAD(AvahiCacheEntry, entries);
 
     unsigned n_entries;
+
+    int last_rand;
+    time_t last_rand_timestamp;
 };
 
 AvahiCache *avahi_cache_new(AvahiServer *server, AvahiInterface *interface);