Add dyndebug flags backtrace_when_lost, sleep_when_lost
[sbcl.git] / src / runtime / runtime.h
index 4fb9539..186f296 100644 (file)
@@ -113,6 +113,8 @@ extern struct dyndebug_config {
     int dyndebug_seh;
     int dyndebug_misc;
     int dyndebug_pagefaults;
+    int dyndebug_backtrace_when_lost;
+    int dyndebug_sleep_when_lost;
 } dyndebug_config;
 
 #ifdef LISP_FEATURE_GENCGC