Commit 7c7d5cae authored by Cedric Roux's avatar Cedric Roux

do not forward data from tracee to remote tracer - no data is sent

and it won't work anyway, it will mess up with the T
parent fe057b1b
......@@ -92,9 +92,11 @@ static void *forward_s_to_sc(void *_f)
static void *forward_sc_to_s(void *_f)
{
#if 0
forward_data *f = _f;
do_forward(f, f->sc, f->s, 1);
printf("INFO: forwarder exits\n");
#endif
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment