diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,4 +160,7 @@ struct systemtap_session }; +// global counter of SIGINT/SIGTERM's received +extern int pending_interrupts; + #endif // SESSION_H |