tidy up header

This commit is contained in:
PolynomialDivision 2017-10-28 19:56:21 +02:00
parent e469f2e730
commit cd28708600
4 changed files with 64 additions and 48 deletions

View file

@ -211,7 +211,7 @@ int main(int argc, char **argv) {
init_socket_runopts(opt_broadcast_ip, opt_broadcast_port, 1);
pthread_create(&tid_probe, NULL, &remove_array_thread, (void *) &time_config.remove_probe);
pthread_create(&tid_probe, NULL, &remove_probe_array_thread, (void *) &time_config.remove_probe);
pthread_create(&tid_client, NULL, &remove_client_array_thread, (void *) &time_config.remove_client);
pthread_create(&tid_get_client, NULL, &update_clients_thread, (void *) &time_config.update_client);
//pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);