Working pause/resume

This commit is contained in:
Michael Jumper
2010-09-22 18:16:39 +00:00
parent b6e7e8038e
commit 520d4cb789
2 changed files with 60 additions and 7 deletions

View File

@@ -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