Skip to content
Snippets Groups Projects
Commit 7c7d5cae authored by Cedric Roux's avatar Cedric Roux
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment