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

Added pthread_testcancel() to path. Fixes #186

This commit is contained in:
Dennis Potter 2018-08-02 16:24:05 +02:00
parent f6ac2341cc
commit 2b52366627

View file

@ -245,6 +245,8 @@ static void * path_run_single(void *arg)
path_destination_write(pd, p);
}
pthread_testcancel();
}
return NULL;