aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-05-07 14:09:48 -0500
committerame <[email protected]>2024-05-07 14:09:48 -0500
commit3200f04de946049e950c6f7fd1e9d4d2f599c9ea (patch)
tree68a9e2f5e2f496fc630d036fd27f2aae9fb2ad23 /src/config.h
parenta571dd1ac9fc4d46e0bbc95a3ab88f52ee37b1a1 (diff)
more work on threads
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
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}
};