diff options
author | hunt <hunt> | 2007-03-18 18:19:26 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-18 18:19:26 +0000 |
commit | 56bae3425ce425d5f0424887caa77d95a88b9803 (patch) | |
tree | eb67e663f01b3378af7f4aaa1fc66dc57aa66fe7 /runtime/staprun/ChangeLog | |
parent | 3d48c9833362aabc5faacb1f237e9914b794a247 (diff) | |
download | systemtap-steved-56bae3425ce425d5f0424887caa77d95a88b9803.tar.gz systemtap-steved-56bae3425ce425d5f0424887caa77d95a88b9803.tar.xz systemtap-steved-56bae3425ce425d5f0424887caa77d95a88b9803.zip |
2007-03-18 Martin Hunt <hunt@redhat.com>
* staprun.h (VERSION_CMD): Command to use for version check.
Changes to support runtime decision on new or old transport.
* mainloop.c (init_staprun): Check the kernel version at runtime
instead of at compile time.
(cleanup_and_exit): Call the correct relayfs close function.
(stp_main_loop): Call the correct relayfs init function.
* relay.c: Remove ifdef wrapper. File is always compiled and used
if the kernel version is appropriate.
* relay_old.c: Ditto.
Diffstat (limited to 'runtime/staprun/ChangeLog')
-rw-r--r-- | runtime/staprun/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index 9f8a6595..c82ddb07 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,15 @@ +2007-03-18 Martin Hunt <hunt@redhat.com> + + * staprun.h (VERSION_CMD): Command to use for version check. + Changes to support runtime decision on new or old transport. + * mainloop.c (init_staprun): Check the kernel version at runtime + instead of at compile time. + (cleanup_and_exit): Call the correct relayfs close function. + (stp_main_loop): Call the correct relayfs init function. + * relay.c: Remove ifdef wrapper. File is always compiled and used + if the kernel version is appropriate. + * relay_old.c: Ditto. + 2007-03-14 Martin Hunt <hunt@redhat.com> * staprun.c: Renamed from stpd.c. Removed quiet and print_only |