From 28d336020ca1f6dbb88d64cac3ffdd1a67ee3de7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 May 2005 00:03:50 +0000 Subject: * split packet scheduler into three seperate parts * test against Aplle test suit, most tests pass now * suppress auxiliary records by known answers * handle very large records git-svn-id: file:///home/lennart/svn/public/avahi/trunk@74 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/util.c') diff --git a/avahi-core/util.c b/avahi-core/util.c index 9b84d12..fa5eb71 100644 --- a/avahi-core/util.c +++ b/avahi-core/util.c @@ -191,7 +191,7 @@ GTimeVal *avahi_elapse_time(GTimeVal *tv, guint msec, guint jitter) { return tv; } -gint avahi_age(const GTimeVal *a) { +glong avahi_age(const GTimeVal *a) { GTimeVal now; g_assert(a); -- cgit