Searched defs:ControlClientRec_ (Results 1 – 1 of 1) sorted by relevance
98 typedef struct ControlClientRec_ struct100 struct ControlClientRec_* next; /* next client in list */ argument101 Socket sock; /* socket used for communication */102 ControlGlobal global;103 char finished;104 char buff[ 4096 ];105 int buff_len;