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:
Michael Jumper
2010-09-18 02:11:51 -07:00
parent 16d335aa19
commit 49131fae1b
6 changed files with 98 additions and 17 deletions

View File

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