mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Fixed hostcache notifier pool
This pool has to be the service pool to allow the seq bitmaps to grow from the exporter and feeder routines
This commit is contained in:
parent
51e5b705e1
commit
a95773bc1b
@ -4456,7 +4456,7 @@ rt_update_hostcache(void *data)
|
|||||||
hc->req = (struct rt_export_request) {
|
hc->req = (struct rt_export_request) {
|
||||||
.name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name),
|
.name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name),
|
||||||
.list = birdloop_event_list(tab->loop),
|
.list = birdloop_event_list(tab->loop),
|
||||||
.pool = tab->rp,
|
.pool = birdloop_pool(tab->loop),
|
||||||
.trace_routes = tab->config->debug,
|
.trace_routes = tab->config->debug,
|
||||||
.dump_req = hc_notify_dump_req,
|
.dump_req = hc_notify_dump_req,
|
||||||
.log_state_change = hc_notify_log_state_change,
|
.log_state_change = hc_notify_log_state_change,
|
||||||
|
Loading…
Reference in New Issue
Block a user