#include <nsc.h>
Definition at line 30 of file nsc.h.
int nodeSharedCache::been_waited |
Definition at line 34 of file nsc.h.
Definition at line 51 of file nsc.h.
pthread_mutex_t* nodeSharedCache::client_socket_w_lock |
Definition at line 48 of file nsc.h.
pthread_t* nodeSharedCache::client_threads |
Definition at line 49 of file nsc.h.
int* nodeSharedCache::clients |
Definition at line 45 of file nsc.h.
int nodeSharedCache::connected |
Definition at line 42 of file nsc.h.
int nodeSharedCache::connected_clients |
Definition at line 47 of file nsc.h.
struct Context nodeSharedCache::ctx |
Definition at line 32 of file nsc.h.
int nodeSharedCache::expected_clients |
Definition at line 46 of file nsc.h.
int nodeSharedCache::listening_socket |
Definition at line 44 of file nsc.h.
uint32_t nodeSharedCache::max_buffer_size |
Definition at line 37 of file nsc.h.
uint32_t nodeSharedCache::max_key_len |
Definition at line 36 of file nsc.h.
int nodeSharedCache::socket |
Definition at line 40 of file nsc.h.
pthread_mutex_t nodeSharedCache::socket_w_lock |
Definition at line 41 of file nsc.h.
pthread_t nodeSharedCache::th |
Definition at line 39 of file nsc.h.
The documentation for this struct was generated from the following file: