mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add insert into client array
This commit is contained in:
parent
fa132d4acc
commit
85744e3fa3
3 changed files with 56 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue