GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-server/pull/36

    GUACAMOLE-86: Remove terminal emulator's STDOUT pipe.

    This change removes use of the STDOUT pipe entirely, replacing the 
blocking/signaling functionality with a `pthread_cond_t` and corresponding 
mutex. Writes which previously would go through the pipe now go through direct 
calls to `guac_terminal_write()`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/incubator-guacamole-server 
remove-stdout-pipe

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-server/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #36
    
----
commit e5b3af8ffe9f14ef47225261584ab186d5230849
Author: Michael Jumper <mjum...@apache.org>
Date:   2017-01-15T23:31:33Z

    GUACAMOLE-86: Remove terminal emulator's STDOUT pipe. Use pthread_cond_t to 
signal modification.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to