summaryrefslogtreecommitdiffstats
path: root/src/s_struct.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/s_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index e6e266a..03efbda 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -53,6 +53,7 @@ typedef struct s_lredir
char path[PATH_MAX];
char *heredoc;
int32_t fd;
+ int32_t right_fd;
int8_t redir;
struct s_lredir *next;
} t_lredir;