diff options
author | fche <fche> | 2007-11-26 15:46:36 +0000 |
---|---|---|
committer | fche <fche> | 2007-11-26 15:46:36 +0000 |
commit | 80342244a32145487eacb1391cad9df5884ced9d (patch) | |
tree | 47ecfa27d3d6322e2d5133f1630d3d5d9b147542 /ChangeLog | |
parent | 6daa64bd1c37e894ed417b5a9d0fc81631a4801b (diff) | |
download | systemtap-steved-80342244a32145487eacb1391cad9df5884ced9d.tar.gz systemtap-steved-80342244a32145487eacb1391cad9df5884ced9d.tar.xz systemtap-steved-80342244a32145487eacb1391cad9df5884ced9d.zip |
* conditional probe thinko fix cont'd
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * elaborate.cxx (derived_probe ctor): Don't duplicate condition if it doesn't exist. + * staptree.cxx (probe_point, probe ctors): Initialize to 0. 2007-11-20 Masami Hiramatsu <mhiramat@redhat.com> |