]> git.saurik.com Git - apple/libc.git/blobdiff - gen/stack_logging.h
Libc-825.24.tar.gz
[apple/libc.git] / gen / stack_logging.h
index ff7079d78bf73a66ec241a5a6e16cac98ba94723..5f0137ab705de8085c52506efa77cf988d2f09a8 100644 (file)
@@ -41,6 +41,8 @@
 
 extern int stack_logging_enable_logging; /* when clear, no logging takes place */
 extern int stack_logging_dontcompact; /* default is to compact; when set does not compact alloc/free logs; useful for tracing history */
+extern int stack_logging_finished_init; /* set after we've returned from the Libsystem initialiser */
+extern int stack_logging_postponed; /* set if we needed to postpone logging till after initialisation */
 
 
 extern void stack_logging_log_stack(unsigned type, unsigned arg1, unsigned arg2, unsigned arg3, unsigned result, unsigned num_hot_to_skip);