From 67bd949a520151a5ab50090d02617adc4960868c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 11 Feb 1999 22:59:06 +0000 Subject: Real implementation of protocol state machines. Delayed startup/shutdown should work now. Initial feeding of protocols by interfaces/routes is done from the event queue to prevent unwanted recursion. --- lib/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/event.c') diff --git a/lib/event.c b/lib/event.c index 7f5454f..962c640 100644 --- a/lib/event.c +++ b/lib/event.c @@ -34,7 +34,7 @@ ev_dump(resource *r) static struct resclass ev_class = { "Event", - 0, + sizeof(event), (void (*)(resource *)) ev_postpone, ev_dump }; -- cgit v1.2.3