summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/ChangeLog5
-rw-r--r--tapset/logging.stp1
2 files changed, 5 insertions, 1 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 834e3504..0313e589 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,6 +1,9 @@
+2006-01-15 Frank Ch. Eigler <fche@elastic.org>
+
+ * logging.stp: Revert.
+
2006-01-10 Martin Hunt <hunt@redhat.com>
* logging.stp: Don't set STAP_SESSION_STOPPING.
That it done in _stp_exit().
-
diff --git a/tapset/logging.stp b/tapset/logging.stp
index 1164244f..c9c60c8d 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -21,6 +21,7 @@ function warn (msg:string) %{
// NB: exit() does *not* cause immediate return from current function/probe
function exit () %{
+ atomic_set (&session_state, STAP_SESSION_STOPPING);
_stp_exit ();
%}