1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

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.
This commit is contained in:
Martin Mares
1999-02-11 22:59:06 +00:00
parent 14dea0ed25
commit 67bd949a52
3 changed files with 142 additions and 28 deletions

View File

@ -34,7 +34,7 @@ ev_dump(resource *r)
static struct resclass ev_class = {
"Event",
0,
sizeof(event),
(void (*)(resource *)) ev_postpone,
ev_dump
};