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

Reducing filter stack size to allow for lesser thread stack size

This commit is contained in:
Maria Matejka
2021-08-25 22:20:48 +02:00
parent ceef6de459
commit 2c13759136
6 changed files with 48 additions and 30 deletions

View File

@@ -240,7 +240,7 @@ bt_log_result(int result, u64 time, const char *fmt, va_list argptr)
printf("%s\n", result_str);
if (do_die && !result)
abort();
exit(1);
}
static u64