From: hunt Date: Tue, 10 Jan 2006 21:18:02 +0000 (+0000) Subject: 2006-01-10 Martin Hunt X-Git-Tag: release-0.5.3~11 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=829fea24e7e2d66d9737f682390a88d6d383a19b;p=systemtap.git 2006-01-10 Martin Hunt * logging.stp: Don't set STAP_SESSION_STOPPING. That it done in _stp_exit(). --- diff --git a/tapset/ChangeLog b/tapset/ChangeLog new file mode 100644 index 000000000..834e35047 --- /dev/null +++ b/tapset/ChangeLog @@ -0,0 +1,6 @@ +2006-01-10 Martin Hunt + + * 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 c9c60c8de..1164244ff 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 (); %}