1
0
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:
Martin Mares
2000-05-19 10:46:26 +00:00
parent 0850ce22d7
commit ac5d801217
5 changed files with 101 additions and 39 deletions

View File

@@ -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 */
};