Home
last modified time | relevance | path

Searched defs:ControlClientRec_ (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/
Dconsole.c94 typedef struct ControlClientRec_ struct
96 struct ControlClientRec_* next; /* next client in list */ argument
97 Socket sock; /* socket used for communication */
98 ControlGlobal global;
99 char finished;
100 char buff[ 4096 ];
101 int buff_len;