summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index e2d7cd4f..b06d9ecc 100644
--- a/session.h
+++ b/session.h
@@ -160,4 +160,7 @@ struct systemtap_session
};
+// global counter of SIGINT/SIGTERM's received
+extern int pending_interrupts;
+
#endif // SESSION_H