summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-19 12:46:26 +0200
committerMartin Mares <mj@ucw.cz>2000-05-19 12:46:26 +0200
commitac5d801217b4b85a5f716ace25f7f9ac48dfee0f (patch)
treecaacef3880780c5a1c498d5d0df47aafd5bce27d /nest/protocol.h
parent0850ce22d76c80c4f6a10fd0139d4cc903716bfa (diff)
downloadbird-ac5d801217b4b85a5f716ace25f7f9ac48dfee0f.tar
bird-ac5d801217b4b85a5f716ace25f7f9ac48dfee0f.zip
Asynchronous feeding of protocols.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index df9064b..64ea466 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -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 */
};