ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_pipe_t Struct Reference

#include <ngcbSocket.h>

Public Attributes

int fd [3]
 
FILE * pipeIn
 
FILE * pipeOut
 
FILE * pipeErr
 
int pid
 
int stat
 

Detailed Description

Pipe type

Member Data Documentation

◆ fd

int ngcb_pipe_t::fd[3]

File descriptors for stdin,stdout,stderr

◆ pid

int ngcb_pipe_t::pid

Child process id

◆ pipeErr

FILE* ngcb_pipe_t::pipeErr

Error input stream (child process -> caller)

◆ pipeIn

FILE* ngcb_pipe_t::pipeIn

Input streom (child process -> caller)

◆ pipeOut

FILE* ngcb_pipe_t::pipeOut

Output stream (caller -> child process)

◆ stat

int ngcb_pipe_t::stat

Child process exit status


The documentation for this struct was generated from the following file: