diff options
author | Martin Hunt <hunt@redhat.com> | 2008-04-21 16:50:52 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-04-21 16:50:52 -0400 |
commit | b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a (patch) | |
tree | 0daf7bc638ce8f095cbb2251726e71cb52c1fdc3 /runtime/staprun/stapio.c | |
parent | 159cb10989a9d6c1d28fc5d1fa5506a75046a9f7 (diff) | |
download | systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.tar.gz systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.tar.xz systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.zip |
Change staprun to exec stapio. Add "-d" option to staprun.
Diffstat (limited to 'runtime/staprun/stapio.c')
-rw-r--r-- | runtime/staprun/stapio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/staprun/stapio.c b/runtime/staprun/stapio.c index ee30a1a1..70e40004 100644 --- a/runtime/staprun/stapio.c +++ b/runtime/staprun/stapio.c @@ -58,12 +58,6 @@ int main(int argc, char **argv) if (init_stapio()) exit(1); - initialized = 1; - if (attach_mod) { - /* already started */ - initialized++; - } - if (stp_main_loop()) { err("ERROR: Couldn't enter main loop. Exiting.\n"); exit(1); |