mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Handoff implemented ... but registry is not shared because we're using processes instead of threads, hence it doesn't work.
This commit is contained in:
@@ -55,14 +55,6 @@ GUACIO* guac_open(int fd) {
|
||||
|
||||
}
|
||||
|
||||
void guac_transfer(GUACIO* io, int fd) {
|
||||
|
||||
guac_flush(io);
|
||||
close(fd);
|
||||
io->fd = fd;
|
||||
|
||||
}
|
||||
|
||||
void guac_close(GUACIO* io) {
|
||||
guac_flush(io);
|
||||
free(io);
|
||||
|
Reference in New Issue
Block a user