minishell
Minishell Project for École 42
Loading...
Searching...
No Matches
s_executor Struct Reference

Structure representing an executor node. More...

#include <minishell.h>

Collaboration diagram for s_executor:

Public Attributes

int id
 
int size
 
int fd_in
 
int fd_out
 
bool truncate
 
bool append
 
bool redirect_input
 
bool heredoc
 
char ** path
 
char ** execs
 
struct s_executorprev
 
struct s_executornext
 

Detailed Description

Structure representing an executor node.


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