diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-29 17:59:50 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:44 +0100 |
commit | 18f66055e3f7eec2108e18679652aee47f5de6b2 (patch) | |
tree | c2195765f7444c838e48a5827bf20b7d406f8ab0 /nest/protocol.h | |
parent | 038fcf1c8b7716415235384de5dc47d07dc45b85 (diff) |
Global table update pool removed
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 */ |