mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Turn on removing thread
This commit is contained in:
parent
5aadda49c9
commit
ed6564021d
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue