minishell
Minishell Project for École 42
|
Structure representing an executor node. More...
#include <minishell.h>
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_executor * | prev |
struct s_executor * | next |
Structure representing an executor node.