Fix pthread_join on invalid pthread_t

This commit is contained in:
emanuele-f 2017-10-19 12:04:24 +02:00
parent 107e565075
commit ccb4c2cf19
2 changed files with 6 additions and 2 deletions

View file

@ -31,6 +31,7 @@ class ThreadedActivity {
NetworkInterface *iface;
u_int32_t periodicity;
bool align_to_localtime;
bool thread_started;
u_int32_t roundTime(u_int32_t now, u_int32_t rounder, int32_t offset_from_utc);