Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nodeSharedCache Struct Reference

#include <nsc.h>

Collaboration diagram for nodeSharedCache:
Collaboration graph

Data Fields

struct Context ctx
 
int been_waited
 
uint32_t max_key_len
 
uint32_t max_buffer_size
 
pthread_t th
 
int socket
 
pthread_mutex_t socket_w_lock
 
int connected
 
int listening_socket
 
int * clients
 
int expected_clients
 
int connected_clients
 
pthread_mutex_t * client_socket_w_lock
 
pthread_t * client_threads
 
struct jsonCache cache
 

Detailed Description

Definition at line 30 of file nsc.h.

Field Documentation

int nodeSharedCache::been_waited

Definition at line 34 of file nsc.h.

struct jsonCache nodeSharedCache::cache

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: