Add insert into client array

This commit is contained in:
PolynomialDivision 2017-07-16 15:46:26 +02:00
parent fa132d4acc
commit 85744e3fa3
3 changed files with 56 additions and 9 deletions

View file

@ -54,7 +54,7 @@ typedef struct client_s {
#define ARRAY_CLIENT_LEN 1000
struct probe_entry_s client_array[ARRAY_CLIENT_LEN];
struct client_s client_array[ARRAY_CLIENT_LEN];
pthread_mutex_t client_array_mutex;
void client_array_insert(client entry);