Shadow Network Framework  0.0.1-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF_Client_t Struct Reference

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.
 

Detailed Description

The structure for each saved client.

Field Documentation

◆ mutex

pthread_mutex_t SNF_Client_t::mutex

Mutex used to avoid Race Condition.

◆ UUID

char SNF_Client_t::UUID[37]

Saves the 36 ( +1 Null character ) character wide Unique User IDentifier. Used to defined the connected Client.

◆ sock

int SNF_Client_t::sock

Saves the socket id.


The documentation for this struct was generated from the following file: