From 3200f04de946049e950c6f7fd1e9d4d2f599c9ea Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 7 May 2024 14:09:48 -0500 Subject: more work on threads --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 4f6838f..bbbfa19 100644 --- a/src/config.c +++ b/src/config.c @@ -7,6 +7,7 @@ int _max_depth = 2; int _start_nl_at = 3; int _collapse_all = 0; int _collapse_to_memory = 1; +int _print_meta = 0; int _file_malloc_chunk = 512; -- cgit v1.2.3