diff options
author | fche <fche> | 2006-01-15 17:26:18 +0000 |
---|---|---|
committer | fche <fche> | 2006-01-15 17:26:18 +0000 |
commit | 315b86df3e95c631b678d98b5d0ca7a380f1fed4 (patch) | |
tree | 3896e5c0aae285f45f04796c27dcc2a3e952dcae /runtime/io.c | |
parent | 2cfb0e462faa1bbfe585cdddc46ae70c1650cb58 (diff) | |
download | systemtap-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/io.c')
-rw-r--r-- | runtime/io.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |