mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Remove old entries
This commit is contained in:
parent
454e44cf5d
commit
a1d488b633
3 changed files with 27 additions and 5 deletions
|
|
@ -55,7 +55,8 @@ int main(int argc, char **argv) {
|
|||
|
||||
init_socket_runopts(opt_broadcast_ip, opt_broadcast_port, 0);
|
||||
|
||||
//pthread_t tid;
|
||||
pthread_t tid;
|
||||
pthread_create(&tid, NULL, &remove_array_thread, NULL);
|
||||
//pthread_create(&tid, NULL, &remove_thread, NULL);
|
||||
|
||||
dawn_init_ubus(ubus_socket, opt_hostapd_dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue