aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ltrace.h b/ltrace.h
index 088daf6..65bacbb 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -11,6 +11,8 @@
extern char * command;
+extern int exiting; /* =1 if we have to exit ASAP */
+
struct breakpoint {
void * addr;
unsigned char orig_value[BREAKPOINT_LENGTH];