summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorfche <fche>2006-01-15 17:26:18 +0000
committerfche <fche>2006-01-15 17:26:18 +0000
commit315b86df3e95c631b678d98b5d0ca7a380f1fed4 (patch)
tree3896e5c0aae285f45f04796c27dcc2a3e952dcae /runtime
parent2cfb0e462faa1bbfe585cdddc46ae70c1650cb58 (diff)
downloadsystemtap-steved-315b86df3e95c631b678d98b5d0ca7a380f1fed4.tar.gz
systemtap-steved-315b86df3e95c631b678d98b5d0ca7a380f1fed4.tar.xz
systemtap-steved-315b86df3e95c631b678d98b5d0ca7a380f1fed4.zip
2006-01-15 Frank Ch. Eigler <fche@elastic.org>
PR 2148 * translate.cxx (MAXERRORS): Actually the max should be 0, so first error aborts session. * Revert last stp_exit change.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/io.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index e9989806..d3bf202a 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-15 Frank Ch. Eigler <fche@elastic.org>
+
+ * io.c (_stp_exit): Revert.
+
2006-01-10 Martin Hunt <hunt@redhat.com>
* io.c (_stp_exit): set STAP_SESSION_STOPPING.
diff --git a/runtime/io.c b/runtime/io.c
index 5c7a5f10..b72590f3 100644
--- a/runtime/io.c
+++ b/runtime/io.c
@@ -116,9 +116,6 @@ void _stp_warn (const char *fmt, ...)
*/
void _stp_exit (void)
{
-#ifdef SYSTEMTAP
- atomic_set (&session_state, STAP_SESSION_STOPPING);
-#endif
_stp_exit_flag = 1;
}