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

Linpool: default allocation size

This commit is contained in:
Jan Moskyto Matejka
2017-05-16 14:31:16 +02:00
parent b880e3ffae
commit 05d47bd53e
14 changed files with 27 additions and 20 deletions

View File

@@ -1906,7 +1906,7 @@ nl_open_async(void)
void
krt_sys_io_init(void)
{
nl_linpool = lp_new(krt_pool, 4080);
nl_linpool = lp_new_default(krt_pool);
HASH_INIT(nl_table_map, krt_pool, 6);
}