summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-02-29 10:45:25 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-02-29 10:45:25 -0500
commit378f9227b04b876ff06af099715e7d60cdc49903 (patch)
tree5a3a3bc2147cbb4740ea78888220b8c94cc6fbd4 /session.h
parent9badcdf13130313c19a489e7703988effb4f7cea (diff)
parent9ceec314dfc92c5d69442966dd386aaefee90bea (diff)
downloadsystemtap-steved-378f9227b04b876ff06af099715e7d60cdc49903.tar.gz
systemtap-steved-378f9227b04b876ff06af099715e7d60cdc49903.tar.xz
systemtap-steved-378f9227b04b876ff06af099715e7d60cdc49903.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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