From 2125ee40a74fad6d9c92f835dda590e35ffae0e5 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 19 Dec 2023 11:38:32 -0600 Subject: updated some io stuff --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 1d45cad..15a4342 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,7 @@ extern int _print_type; extern int _max_depth; extern int _start_nl_at; +extern int _file_malloc_chunk; struct str_to_int { const char* key; @@ -11,6 +12,7 @@ struct str_to_int { }; static struct str_to_int config_map[] = { + {"file_chunksize", &_file_malloc_chunk}, {"print_type", &_print_type}, {"max_depth", &_max_depth}, {"start_nl_at", &_start_nl_at}, -- cgit v1.2.3