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:
parent
8587184bf6
commit
81f0465b1b
1 changed files with 1 additions and 1 deletions
|
@ -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, ...)
|
||||
|
|
Loading…
Add table
Reference in a new issue