mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
pipe: ualarm() invocation
This commit is contained in:
parent
14123951ba
commit
125ce873e7
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ check: if (optarg == endptr)
|
|||
if (sendd.enabled)
|
||||
pthread_create(&sendd.thread, NULL, send_loop, NULL);
|
||||
|
||||
ualarm(timeout * 1e6);
|
||||
ualarm(timeout * 1e6, 0);
|
||||
|
||||
for (;;)
|
||||
pause();
|
||||
|
|
Loading…
Add table
Reference in a new issue