mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add remove thread
This commit is contained in:
parent
ffc954f193
commit
9f024afe64
3 changed files with 68 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ int main(int argc, char **argv)
|
|||
argv += optind;
|
||||
|
||||
init_socket_runopts(opt_broadcast_ip, opt_broadcast_port);
|
||||
|
||||
pthread_t tid;
|
||||
pthread_create(&tid, NULL, &remove_thread, NULL);
|
||||
|
||||
dawn_init_ubus(ubus_socket);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue