Turn on removing thread

This commit is contained in:
PolynomialDivision 2017-06-11 19:28:01 +02:00
parent 5aadda49c9
commit ed6564021d
2 changed files with 4 additions and 4 deletions

View file

@ -46,8 +46,8 @@ int main(int argc, char **argv)
init_socket_runopts(opt_broadcast_ip, opt_broadcast_port);
//pthread_t tid;
//pthread_create(&tid, NULL, &remove_thread, NULL);
pthread_t tid;
pthread_create(&tid, NULL, &remove_thread, NULL);
free_list(probe_list_head);