Home
last modified time | relevance | path

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

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