pipes are broken :(

This commit is contained in:
mdev9
2024-02-25 14:03:19 +01:00
parent ee673be657
commit 832763186b
2 changed files with 46 additions and 27 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/25 07:51:21 by marde-vr ### ########.fr */
/* Updated: 2024/02/25 13:10:20 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -57,7 +57,7 @@ typedef struct s_msh
struct s_alias *aliases;
struct s_env *env;
struct s_cmd *cmds;
int *fds;
int **fds;
int *pids;
enum e_token_type in_type;
enum e_token_type out_type;