summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index dd52c39c..e8a8aa3e 100644
--- a/command.h
+++ b/command.h
@@ -334,6 +334,9 @@ typedef struct subshell_com {
COMMAND *command;
} SUBSHELL_COM;
+#define COPROC_RUNNING 0x01
+#define COPROC_DEAD 0x02
+
typedef struct coproc {
char *c_name;
pid_t c_pid;