diff options
author | hunt <hunt> | 2005-07-08 20:51:09 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-08 20:51:09 +0000 |
commit | 388451654e4651d9abf99cc97d927f3b97fc31d3 (patch) | |
tree | 285c5877041d9e445f3781caa84e2ec443a1e3cf /runtime/ChangeLog | |
parent | 14e686e8fbd7b16171f7fc643dd99c3479673752 (diff) | |
download | systemtap-steved-388451654e4651d9abf99cc97d927f3b97fc31d3.tar.gz systemtap-steved-388451654e4651d9abf99cc97d927f3b97fc31d3.tar.xz systemtap-steved-388451654e4651d9abf99cc97d927f3b97fc31d3.zip |
2005-07-08 Martin Hunt <hunt@redhat.com>
* runtime.h: Move some common pieces of modules into this file.
Includes MODULE_LICENSE, cleanup_module and init_module.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index d8798fb9..c45912ab 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,8 @@ 2005-07-08 Martin Hunt <hunt@redhat.com> + * runtime.h: Move some common pieces of modules into this file. + Includes MODULE_LICENSE, cleanup_module and init_module. + * print.c (_stp_print_flush): Rename "t" to "_stp_tport". * io.c (_stp_vlog): Ditto. |