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:
@ -34,7 +34,7 @@ ev_dump(resource *r)
|
||||
|
||||
static struct resclass ev_class = {
|
||||
"Event",
|
||||
0,
|
||||
sizeof(event),
|
||||
(void (*)(resource *)) ev_postpone,
|
||||
ev_dump
|
||||
};
|
||||
|
Reference in New Issue
Block a user