mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Next attempt on data structures...
This commit is contained in:
@@ -49,6 +49,7 @@ struct proto {
|
||||
|
||||
void (*if_notify)(struct proto *, struct iface *old, struct iface *new);
|
||||
void (*rt_notify)(struct proto *, struct rte *old, struct rte *new);
|
||||
void (*neigh_lost_notify)(struct proto *, struct neighbor *neigh);
|
||||
void (*debug)(struct proto *); /* Debugging dump */
|
||||
void (*start)(struct proto *); /* Start the instance */
|
||||
void (*shutdown)(struct proto *, int time); /* Stop the instance */
|
||||
|
Reference in New Issue
Block a user