summaryrefslogtreecommitdiff
path: root/lib/flowspec_test.c
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2017-05-16 14:31:16 +0200
committerJan Moskyto Matejka <mq@ucw.cz>2017-05-16 15:34:57 +0200
commit05d47bd53e71480f1b276bd895f1c25088201e48 (patch)
tree6d9c8169ed695d17c90972ae6dd163c45a3d82b1 /lib/flowspec_test.c
parentb880e3ffaea12c3231975157bc51b5f90a2f2433 (diff)
Linpool: default allocation size
Diffstat (limited to 'lib/flowspec_test.c')
-rw-r--r--lib/flowspec_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/flowspec_test.c b/lib/flowspec_test.c
index 36336104..69bc279d 100644
--- a/lib/flowspec_test.c
+++ b/lib/flowspec_test.c
@@ -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;