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

chosed diffrent termination signal

This commit is contained in:
Steffen Vogel 2015-03-21 18:16:03 +01:00
parent 8587184bf6
commit 81f0465b1b

View file

@ -28,7 +28,7 @@ pthread_t _mtid;
void die()
{
pthread_kill(_mtid, SIGTERM);
pthread_kill(_mtid, SIGINT);
}
int strap(char *dest, size_t size, const char *fmt, ...)