Shadow Network Framework
0.0.1-alpha
C Server Library for Shadow Network Framework
|
The structure for each saved client. More...
#include <SNF/clt.h>
Data Fields | |
pthread_mutex_t | mutex |
Mutex used to avoid Race Condition. | |
char | UUID [37] |
Saves the 36 ( +1 Null character ) character wide Unique User IDentifier. Used to defined the connected Client. | |
int | sock |
Saves the socket id. | |
The structure for each saved client.
pthread_mutex_t SNF_Client_t::mutex |
Mutex used to avoid Race Condition.
char SNF_Client_t::UUID[37] |
Saves the 36 ( +1 Null character ) character wide Unique User IDentifier. Used to defined the connected Client.
int SNF_Client_t::sock |
Saves the socket id.