]> git.meshlink.io Git - catta/blobdiff - avahi-core/cache.h
* drop glib from avahi-common
[catta] / avahi-core / cache.h
index de685f4322e18aaf88c08a4ca6aeed70384b37fc..2f4caa6c6c6f0d9e685234b75ba1e171eebeb715 100644 (file)
@@ -44,8 +44,8 @@ typedef struct AvahiCacheEntry AvahiCacheEntry;
 struct AvahiCacheEntry {
     AvahiCache *cache;
     AvahiRecord *record;
-    GTimeVal timestamp;
-    GTimeVal expiry;
+    struct timeval timestamp;
+    struct timeval expiry;
     gboolean cache_flush;
     
     AvahiAddress origin;