PatchworkOS
Loading...
Searching...
No Matches
cmd_t Struct Reference

#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
 

Detailed Description

Definition at line 7 of file pipeline.h.

Field Documentation

◆ argc

uint64_t cmd_t::argc

Definition at line 10 of file pipeline.h.

Referenced by pipeline_execute_builtin(), pipeline_execute_cmd(), and pipeline_init().

◆ argv

const char** cmd_t::argv

◆ shouldCloseStderr

bool cmd_t::shouldCloseStderr

Definition at line 16 of file pipeline.h.

Referenced by pipeline_deinit(), pipeline_execute_cmd(), and pipeline_init().

◆ shouldCloseStdin

bool cmd_t::shouldCloseStdin

Definition at line 14 of file pipeline.h.

Referenced by pipeline_deinit(), pipeline_execute_cmd(), and pipeline_init().

◆ shouldCloseStdout

bool cmd_t::shouldCloseStdout

Definition at line 15 of file pipeline.h.

Referenced by pipeline_deinit(), pipeline_execute_cmd(), and pipeline_init().

◆ stderr

fd_t cmd_t::stderr

◆ stdin

fd_t cmd_t::stdin

◆ stdout

fd_t cmd_t::stdout

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