summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
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 */
};