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:
parent
d2af9fedbb
commit
7bc6137ef7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue