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: ualarm() invocation

This commit is contained in:
Steffen Vogel 2017-07-02 18:58:30 +02:00
parent 14123951ba
commit 125ce873e7

View file

@ -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();