@ -0,0 +1,9 @@
#pragma once
typedef struct s_cmd
{
char *executable;
char **args;
int fd_in;
int fd_out;
} cmd;
The note is not visible to the blocked user.