PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
cmd_t Struct Reference

#include <pipeline.h>

Collaboration diagram for cmd_t:

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
 

Detailed Description

Definition at line 7 of file pipeline.h.

Field Documentation

◆ argv

const char** cmd_t::argv

Definition at line 9 of file pipeline.h.

◆ argc

uint64_t cmd_t::argc

Definition at line 10 of file pipeline.h.

◆ stdin

fd_t cmd_t::stdin

Definition at line 11 of file pipeline.h.

◆ stdout

fd_t cmd_t::stdout

Definition at line 12 of file pipeline.h.

◆ stderr

fd_t cmd_t::stderr

Definition at line 13 of file pipeline.h.

◆ shouldCloseStdin

bool cmd_t::shouldCloseStdin

Definition at line 14 of file pipeline.h.

◆ shouldCloseStdout

bool cmd_t::shouldCloseStdout

Definition at line 15 of file pipeline.h.

◆ shouldCloseStderr

bool cmd_t::shouldCloseStderr

Definition at line 16 of file pipeline.h.

◆ pid

pid_t cmd_t::pid

Definition at line 17 of file pipeline.h.


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