summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/mainloop.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-12 18:13:07 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-12 18:13:07 -0400
commit8b64d9c2be16169b73a3d3230e736b7e50161478 (patch)
tree0d1e4e1946e4b57335e076a559c401362cf8093e /runtime/staprun/mainloop.c
parentfc6d4679f2eb93d1d114ceb9d47fc9f3cc12aca7 (diff)
parent1969b5bca1098bb03f8bcffc5cc940102a67744c (diff)
downloadsystemtap-steved-8b64d9c2be16169b73a3d3230e736b7e50161478.tar.gz
systemtap-steved-8b64d9c2be16169b73a3d3230e736b7e50161478.tar.xz
systemtap-steved-8b64d9c2be16169b73a3d3230e736b7e50161478.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/mainloop.c')
-rw-r--r--runtime/staprun/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c
index d919164f..c0722b56 100644
--- a/runtime/staprun/mainloop.c
+++ b/runtime/staprun/mainloop.c
@@ -164,7 +164,7 @@ int init_stapio(void)
dbug(2, "init_stapio\n");
/* create control channel */
- use_old_transport = init_ctl_channel();
+ use_old_transport = init_ctl_channel(0);
if (use_old_transport < 0) {
err("Failed to initialize control channel.\n");
return -1;