diff options
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 440297a1..1647fbba 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -509,6 +509,9 @@ struct channel { u8 limit_actions[PLD_MAX]; /* Limit actions enum */ u8 limit_active; /* Flags for active limits */ + linpool *rte_update_pool; + uint rte_update_nest_cnt; + struct channel_import_stats { /* Import - from protocol to core */ u32 updates_received; /* Number of route updates received */ |