Add remove thread

This commit is contained in:
PolynomialDivision 2017-06-05 17:39:53 +02:00
parent ffc954f193
commit 9f024afe64
3 changed files with 68 additions and 1 deletions

View file

@ -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);