diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-19 10:46:26 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-19 10:46:26 +0000 |
commit | ac5d801217b4b85a5f716ace25f7f9ac48dfee0f (patch) | |
tree | caacef3880780c5a1c498d5d0df47aafd5bce27d /nest/protocol.h | |
parent | 0850ce22d76c80c4f6a10fd0139d4cc903716bfa (diff) |
Asynchronous feeding of protocols.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index df9064b3..64ea4661 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 */ }; |