#include <ngcbSocket.h>
Public Attributes | |
| int | fd [3] |
| FILE * | pipeIn |
| FILE * | pipeOut |
| FILE * | pipeErr |
| int | pid |
| int | stat |
Pipe type
| int ngcb_pipe_t::fd[3] |
File descriptors for stdin,stdout,stderr
| int ngcb_pipe_t::pid |
Child process id
| FILE* ngcb_pipe_t::pipeErr |
Error input stream (child process -> caller)
| FILE* ngcb_pipe_t::pipeIn |
Input streom (child process -> caller)
| FILE* ngcb_pipe_t::pipeOut |
Output stream (caller -> child process)
| int ngcb_pipe_t::stat |
Child process exit status