Snel
A shell implementation for A.U.TH (Operating Systems Lab)
|
#include <sequencer.h>
Public Member Functions | |
~Pipe () | |
Destructor to free up all the resources. | |
Public Attributes | |
fd_t | fd [2] {-1, -1} |
bool | from {false} |
bool | to {false} |
A pipe file descriptor container for each child.
from
and to
to inform child's executer for where can find the data. Definition at line 82 of file sequencer.h.