mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
Converting to double-I/O switching and new transfer instruction
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user