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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 8de4399..74efc15 100644 --- a/src/config.h +++ b/src/config.h @@ -6,6 +6,7 @@ extern int _max_depth; extern int _start_nl_at; extern int _collapse_all; extern int _collapse_to_memory; +extern int _print_meta; extern int _file_malloc_chunk; @@ -21,6 +22,7 @@ static struct str_to_int config_map[] = { {"collapse_all", &_collapse_all}, {"start_nl_at", &_start_nl_at}, {"collapse_to_memory", &_collapse_to_memory}, + {"print_meta", &_print_meta}, {NULL,NULL} }; -- cgit v1.2.3