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

@@ -401,7 +401,7 @@ t_builder4(void)
resource_init();
struct flow_builder *fb = flow_builder_init(&root_pool);
linpool *lp = lp_new(&root_pool, 4096);
linpool *lp = lp_new_default(&root_pool);
/* Expectation */
@@ -482,7 +482,7 @@ t_builder6(void)
net_addr_ip6 ip;
resource_init();
linpool *lp = lp_new(&root_pool, 4096);
linpool *lp = lp_new_default(&root_pool);
struct flow_builder *fb = flow_builder_init(&root_pool);
fb->ipv6 = 1;