CLD
0.1git
|
#include <ncld.h>
Data Fields | |
char * | host |
unsigned short | port |
GMutex * | mutex |
GCond * | cond |
GThread * | thread |
bool | is_up |
bool | open_done |
int | errc |
GList * | handles |
int | to_thread [2] |
struct cldc_udp * | udp |
struct cld_timer | udp_timer |
struct cld_timer_list | tlist |
void(* | event )(void *, unsigned int) |
void * | event_arg |
GCond* ncld_sess::cond |
int ncld_sess::errc |
void(* ncld_sess::event)(void *, unsigned int) |
void* ncld_sess::event_arg |
GList* ncld_sess::handles |
char* ncld_sess::host |
bool ncld_sess::is_up |
GMutex* ncld_sess::mutex |
bool ncld_sess::open_done |
unsigned short ncld_sess::port |
GThread* ncld_sess::thread |
struct cld_timer_list ncld_sess::tlist |
int ncld_sess::to_thread[2] |
struct cldc_udp* ncld_sess::udp |
struct cld_timer ncld_sess::udp_timer |