back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell.h')
-rw-r--r--shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.h b/shell.h
index 7a5ba3a..dfcb3fd 100644
--- a/shell.h
+++ b/shell.h
@@ -62,7 +62,7 @@ struct param_type {
int general_subshell_pgid;
int general_pgid;
int subshell;
- int fd_read_for_channel;
+ int fd_read_for_pipeline;
int fd_read_for_subshell;
int background_process;
};