00a6c3b90e
- In the agent, poll for the process exit at the same time we pull for output. Once the child exits, record the exit code and close the data pipe. - In the unix-adapter, shut the program down once the input or output handlers abort. Before exiting, query the agent for the exit code. - Also: in the unix-adapter, apparently receiving the SIGWINCH signal can interrupt both select and the InputHandler's read system call. I hope it doesn't affect the blocking Win32 APIs, but I'm not really sure. |
||
---|---|---|
.. | ||
main.cc | ||
Makefile | ||
Shared.cc |