Searched defs:ControlClientRec_ (Results 1 – 1 of 1) sorted by relevance
94 typedef struct ControlClientRec_ struct96 struct ControlClientRec_* next; /* next client in list */ argument97 Socket sock; /* socket used for communication */98 ControlGlobal global;99 char finished;100 char buff[ 4096 ];101 int buff_len;