mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +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
e38cd2b215
commit
a9124be384
@ -4736,7 +4736,7 @@ rt_update_hostcache(void *data)
|
||||
hc->req = (struct rt_export_request) {
|
||||
.name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name),
|
||||
.list = birdloop_event_list(tab->loop),
|
||||
.pool = tab->rp,
|
||||
.pool = birdloop_pool(tab->loop),
|
||||
.trace_routes = tab->config->debug,
|
||||
.dump_req = hc_notify_dump_req,
|
||||
.log_state_change = hc_notify_log_state_change,
|
||||
|
Loading…
Reference in New Issue
Block a user