Remove old client entrys

This commit is contained in:
PolynomialDivision 2017-08-23 17:52:37 +02:00
parent be2194cc45
commit 6241350ba5

View file

@ -81,8 +81,8 @@ int main(int argc, char **argv) {
pthread_t tid_probe;
pthread_create(&tid_probe, NULL, &remove_array_thread, NULL);
//pthread_t tid_client;
//pthread_create(&tid_client, NULL, &remove_client_array_thread, NULL);
pthread_t tid_client;
pthread_create(&tid_client, NULL, &remove_client_array_thread, NULL);
pthread_t tid_get_client;
pthread_create(&tid_get_client, NULL, &update_clients_thread, NULL);