Shadow Network Framework
0.0.2-alpha
C Server Library for Shadow Network Framework
|
Defines the structure of the hashTable. More...
#include <SNF/hashtable.h>
Data Fields | |
pthread_mutex_t | mutex |
int | Size |
SNF_ht_item ** | Contents |
Defines the structure of the hashTable.
pthread_mutex_t SNF_ht_t::mutex |
int SNF_ht_t::Size |
SNF_ht_item** SNF_ht_t::Contents |