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

#include <pipeline.h>

Data Fields

cmd_tcmds
 
uint64_t capacity
 
uint64_t amount
 
int status
 
fd_t globalStdin [2]
 

Detailed Description

Definition at line 19 of file pipeline.h.

Field Documentation

◆ amount

uint64_t pipeline_t::amount

Definition at line 23 of file pipeline.h.

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

◆ capacity

uint64_t pipeline_t::capacity

Definition at line 22 of file pipeline.h.

Referenced by pipeline_init().

◆ cmds

cmd_t* pipeline_t::cmds

Definition at line 21 of file pipeline.h.

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

◆ globalStdin

fd_t pipeline_t::globalStdin[2]

Definition at line 25 of file pipeline.h.

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

◆ status

int pipeline_t::status

Definition at line 24 of file pipeline.h.

Referenced by interactive_execute_command(), pipeline_execute(), and pipeline_init().


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