diff options
author | hunt <hunt> | 2007-03-20 20:21:36 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-20 20:21:36 +0000 |
commit | 6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3 (patch) | |
tree | 72a9861b7d77b0cbfa87f1328892d78417e9ab82 /runtime/staprun/mainloop.c | |
parent | a39e781f2dcd56e155b0612cb1e045bb485c5c23 (diff) | |
download | systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.tar.gz systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.tar.xz systemtap-steved-6fa8d6e2a8378bfaee0e8e1af8cc707b4e14aab3.zip |
2007-03-20 Martin Hunt <hunt@redhat.com>
* symbols.c (send_module): If send returns < 0 then
cleanup and exit.
(do_kernel_symbols): Ditto.
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r-- | runtime/staprun/mainloop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c index ba34b265..0bede8cf 100644 --- a/runtime/staprun/mainloop.c +++ b/runtime/staprun/mainloop.c @@ -359,6 +359,7 @@ int stp_main_loop(void) } case STP_MODULE: { + dbug("STP_MODULES request received\n"); do_module(data); break; } |