summaryrefslogtreecommitdiffstats
path: root/avahi-core/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/cache.h')
-rw-r--r--avahi-core/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/cache.h b/avahi-core/cache.h
index de685f4..2f4caa6 100644
--- a/avahi-core/cache.h
+++ b/avahi-core/cache.h
@@ -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;