diff options
-rw-r--r-- | tapset/ChangeLog | 6 | ||||
-rw-r--r-- | tapset/logging.stp | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog new file mode 100644 index 00000000..834e3504 --- /dev/null +++ b/tapset/ChangeLog @@ -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(). + + 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 (); %} |