]> sourceware.org Git - systemtap.git/commitdiff
2006-01-10 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Tue, 10 Jan 2006 21:18:02 +0000 (21:18 +0000)
committerhunt <hunt>
Tue, 10 Jan 2006 21:18:02 +0000 (21:18 +0000)
* logging.stp: Don't set STAP_SESSION_STOPPING.
That it done in _stp_exit().

tapset/ChangeLog [new file with mode: 0644]
tapset/logging.stp

diff --git a/tapset/ChangeLog b/tapset/ChangeLog
new file mode 100644 (file)
index 0000000..834e350
--- /dev/null
@@ -0,0 +1,6 @@
+2006-01-10  Martin Hunt  <hunt@redhat.com>
+
+       * logging.stp: Don't set STAP_SESSION_STOPPING.
+       That it done in _stp_exit().
+
+
index c9c60c8de58248e365ef63a5d9a275d3d20b9bc3..1164244ffd5200f1d085538e047b4cdb1c2acd47 100644 (file)
@@ -21,7 +21,6 @@ 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 ();
 %}
 
This page took 0.03023 seconds and 5 git commands to generate.