From 8f6accb5bb26d534576e086894c107387f67906a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 27 Apr 2000 22:28:49 +0000 Subject: Event handlers no longer return re-queue flag. Instead of using it, just call ev_schedule() on the same handler which should work perfectly now. --- conf/conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/conf.c') diff --git a/conf/conf.c b/conf/conf.c index a4e0363..323655d 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -144,7 +144,7 @@ config_do_commit(struct config *c) return !nobs; } -static int +static void config_done(void *unused) { struct config *c; @@ -168,7 +168,6 @@ config_done(void *unused) if (!config_do_commit(c)) break; } - return 0; } int -- cgit v1.2.3