diff options
author | hunt <hunt> | 2006-01-10 21:18:02 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-01-10 21:18:02 +0000 |
commit | 829fea24e7e2d66d9737f682390a88d6d383a19b (patch) | |
tree | 99192e9ccc4e1c57a918a24bb0909ff0fee53b8a /tapset/ChangeLog | |
parent | 7b462d7432f16dd96a8f788d8b3dab77f192b066 (diff) | |
download | systemtap-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/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 6 |
1 files changed, 6 insertions, 0 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(). + + |