Home
last modified time | relevance | path

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

/external/qemu/android/
Dconsole.c98 typedef struct ControlClientRec_ struct
100 struct ControlClientRec_* next; /* next client in list */ argument
101 Socket sock; /* socket used for communication */
102 ControlGlobal global;
103 char finished;
104 char buff[ 4096 ];
105 int buff_len;