1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

pipe: fix copy & paste error

This commit is contained in:
Steffen Vogel 2019-10-29 17:58:11 +01:00
parent d2af9fedbb
commit 7bc6137ef7

View file

@ -461,7 +461,7 @@ check: if (optarg == endptr)
throw RuntimeError("Failed to start node {}: reason={}", node_name(node), ret);
PipeReceiveDirection recv_dir(node, &io, enable_recv, limit_recv);
PipeSendDirection send_dir(node, &io, enable_recv, limit_recv);
PipeSendDirection send_dir(node, &io, enable_recv, limit_send);
recv_dir.startThread();
send_dir.startThread();