feat: ajout pid dans la struct
This commit is contained in:
parent
f58c73258b
commit
a9cf6c2afe
@ -6,4 +6,5 @@ typedef struct s_cmd
|
|||||||
char **args;
|
char **args;
|
||||||
int fd_in;
|
int fd_in;
|
||||||
int fd_out;
|
int fd_out;
|
||||||
|
int pid;
|
||||||
} cmd;
|
} cmd;
|
||||||
|
Loading…
Reference in New Issue
Block a user