diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-29 15:59:28 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-29 15:59:28 -0400 |
commit | 3c02e16c39aa0fd5b291faf610d9d71023392a2e (patch) | |
tree | 8767662d634bfa2334809cafddb3f00b103aaacb /runtime/staprun/mainloop.c | |
parent | 37ddf6e5fa1530adc3a7236379a3a88dfef33d53 (diff) | |
download | systemtap-steved-3c02e16c39aa0fd5b291faf610d9d71023392a2e.tar.gz systemtap-steved-3c02e16c39aa0fd5b291faf610d9d71023392a2e.tar.xz systemtap-steved-3c02e16c39aa0fd5b291faf610d9d71023392a2e.zip |
transport/symbol rework: kernel-only probes working
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r-- | runtime/staprun/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c index 42037473..a7b919cb 100644 --- a/runtime/staprun/mainloop.c +++ b/runtime/staprun/mainloop.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * - * mainloop - staprun main loop + * mainloop - stapio main loop * * This file is part of systemtap, and is free software. You can * redistribute it and/or modify it under the terms of the GNU General |