|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
#include <pipeline.h>
Data Fields | |
| const char ** | argv |
| uint64_t | argc |
| fd_t | stdin |
| fd_t | stdout |
| fd_t | stderr |
| bool | shouldCloseStdin |
| bool | shouldCloseStdout |
| bool | shouldCloseStderr |
| pid_t | pid |
Definition at line 7 of file pipeline.h.
Definition at line 9 of file pipeline.h.
| uint64_t cmd_t::argc |
Definition at line 10 of file pipeline.h.
| fd_t cmd_t::stdin |
Definition at line 11 of file pipeline.h.
| fd_t cmd_t::stdout |
Definition at line 12 of file pipeline.h.
| fd_t cmd_t::stderr |
Definition at line 13 of file pipeline.h.
| bool cmd_t::shouldCloseStdin |
Definition at line 14 of file pipeline.h.
| bool cmd_t::shouldCloseStdout |
Definition at line 15 of file pipeline.h.
| bool cmd_t::shouldCloseStderr |
Definition at line 16 of file pipeline.h.
| pid_t cmd_t::pid |
Definition at line 17 of file pipeline.h.