Converting to double-I/O switching and new transfer instruction

This commit is contained in:
Michael Jumper
2010-09-24 01:42:43 +00:00
parent ac87662c33
commit bf5a56ba5e
4 changed files with 55 additions and 26 deletions

View File

@@ -62,7 +62,8 @@ struct guac_client {
* their own mechanism of I/O for their protocol. The GUACIO structure is
* used only to communicate conveniently with the Guacamole web-client.
*/
GUACIO* io;
GUACIO* io_in;
GUACIO* io_out;
/**
* Semaphore which will be locked while I/O is owned.