]> git.meshlink.io Git - catta/blobdiff - avahi-core/cache.h
* Update configure.ac to check for the availabilty of more functions
[catta] / avahi-core / cache.h
index 7496568a1c6a7208f22d6aff04f8eea8c1db6278..e4bdbc4f83f2b506e8d9b37ed10361e0ec1f756a 100644 (file)
@@ -65,6 +65,8 @@ struct AvahiCache {
     GHashTable *hash_table;
 
     AVAHI_LLIST_HEAD(AvahiCacheEntry, entries);
+
+    guint n_entries;
 };
 
 AvahiCache *avahi_cache_new(AvahiServer *server, AvahiInterface *interface);