1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Global table update pool removed

This commit is contained in:
Maria Matejka
2021-09-29 17:59:50 +02:00
parent 038fcf1c8b
commit 18f66055e3
6 changed files with 61 additions and 74 deletions

View File

@@ -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 */