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:
parent
f6ac2341cc
commit
2b52366627
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ static void * path_run_single(void *arg)
|
|||
|
||||
path_destination_write(pd, p);
|
||||
}
|
||||
|
||||
pthread_testcancel();
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue