mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Asynchronous feeding of protocols.
This commit is contained in:
@@ -151,6 +151,9 @@ struct proto {
|
||||
struct filter *out_filter; /* Output filter */
|
||||
struct announce_hook *ahooks; /* Announcement hooks for this protocol */
|
||||
|
||||
struct fib_iterator *feed_iterator; /* Routing table iterator used during protocol feeding */
|
||||
struct announce_hook *feed_ahook; /* Announce hook we currently feed */
|
||||
|
||||
/* Hic sunt protocol-specific data */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user