]> git.saurik.com Git - apple/libc.git/blobdiff - gen/stack_logging.c
Libc-825.24.tar.gz
[apple/libc.git] / gen / stack_logging.c
index 42953c89a44b1ecb09d8e6d9faaf45cced1f0ad0..6fcc0b51924f5d6adaee4cae5a529ca6c283c3c5 100644 (file)
@@ -118,8 +118,9 @@ unsigned stack_logging_get_unique_stack(unsigned **table, unsigned *table_num_pa
 stack_logging_record_list_t *stack_logging_the_record_list = NULL;
 
 int stack_logging_enable_logging = 0;
-
 int stack_logging_dontcompact = 0;
+int stack_logging_finished_init = 0;
+int stack_logging_postponed = 0;
 
 static int stack_logging_spin_lock = 0;