mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Working pause/resume
This commit is contained in:
@@ -64,6 +64,11 @@ struct guac_client {
|
||||
*/
|
||||
GUACIO* io;
|
||||
|
||||
/**
|
||||
* Semaphore which will be locked while I/O is owned.
|
||||
*/
|
||||
sem_t io_lock;
|
||||
|
||||
/**
|
||||
* Arbitrary reference to proxy client-specific data. Implementors of a
|
||||
* Guacamole proxy client can store any data they want here, which can then
|
||||
|
Reference in New Issue
Block a user