From 829fea24e7e2d66d9737f682390a88d6d383a19b Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 10 Jan 2006 21:18:02 +0000 Subject: 2006-01-10 Martin Hunt * logging.stp: Don't set STAP_SESSION_STOPPING. That it done in _stp_exit(). --- tapset/ChangeLog | 6 ++++++ tapset/logging.stp | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tapset/ChangeLog 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 + + * 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 (); %} -- cgit