Searched defs:ControlClientRec_ (Results 1 – 1 of 1) sorted by relevance
91 typedef struct ControlClientRec_ struct93 struct ControlClientRec_* next; /* next client in list */ argument94 Socket sock; /* socket used for communication */95 ControlGlobal global;96 char finished;97 char buff[ 4096 ];98 int buff_len;