From 3aae22ce894f935ac1371f501a09cecfbde18727 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 19 Jun 2009 11:13:15 -0500 Subject: Disabled transport version 3 (for now). --- runtime/transport/transport.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c index 7f844f5d..1d029e53 100644 --- a/runtime/transport/transport.c +++ b/runtime/transport/transport.c @@ -31,6 +31,12 @@ static int _stp_ctl_attached = 0; static pid_t _stp_target = 0; static int _stp_probes_started = 0; +// For now, disable transport version 3 +#if STP_TRANSPORT_VERSION == 3 +#undef STP_TRANSPORT_VERSION +#define STP_TRANSPORT_VERSION 2 +#endif + #include "control.h" #if STP_TRANSPORT_VERSION == 1 #include "relayfs.c" -- cgit