|
PatchworkOS
|
#include <pipeline.h>
Data Fields | |
| cmd_t * | cmds |
| uint64_t | capacity |
| uint64_t | amount |
| int | status |
| fd_t | globalStdin [2] |
Definition at line 19 of file pipeline.h.
| uint64_t pipeline_t::amount |
Definition at line 23 of file pipeline.h.
Referenced by pipeline_deinit(), pipeline_execute(), and pipeline_init().
| uint64_t pipeline_t::capacity |
Definition at line 22 of file pipeline.h.
Referenced by pipeline_init().
| cmd_t* pipeline_t::cmds |
Definition at line 21 of file pipeline.h.
Referenced by pipeline_deinit(), pipeline_execute(), and pipeline_init().
| fd_t pipeline_t::globalStdin[2] |
Definition at line 25 of file pipeline.h.
Referenced by pipeline_deinit(), pipeline_execute(), and pipeline_init().
| int pipeline_t::status |
Definition at line 24 of file pipeline.h.
Referenced by interactive_execute_command(), pipeline_execute(), and pipeline_init().