summaryrefslogtreecommitdiffstats
path: root/tapset/logging.stp
diff options
context:
space:
mode:
authorhunt <hunt>2006-01-10 21:18:02 +0000
committerhunt <hunt>2006-01-10 21:18:02 +0000
commit829fea24e7e2d66d9737f682390a88d6d383a19b (patch)
tree99192e9ccc4e1c57a918a24bb0909ff0fee53b8a /tapset/logging.stp
parent7b462d7432f16dd96a8f788d8b3dab77f192b066 (diff)
downloadsystemtap-steved-829fea24e7e2d66d9737f682390a88d6d383a19b.tar.gz
systemtap-steved-829fea24e7e2d66d9737f682390a88d6d383a19b.tar.xz
systemtap-steved-829fea24e7e2d66d9737f682390a88d6d383a19b.zip
2006-01-10 Martin Hunt <hunt@redhat.com>
* logging.stp: Don't set STAP_SESSION_STOPPING. That it done in _stp_exit().
Diffstat (limited to 'tapset/logging.stp')
-rw-r--r--tapset/logging.stp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/logging.stp b/tapset/logging.stp
index c9c60c8d..1164244f 100644
--- a/tapset/logging.stp
+++ b/tapset/logging.stp
@@ -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 ();
%}