summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2009-02-19 22:21:29 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:47:02 +0000
commit17345e5ad288f7543b77b23a25aa380eacc279f2 (patch)
tree8ac954624147c08ebe1f72f38e0fa5e0416ce87d /command.h
parent3185942a5234e26ab13fa02f9c51d340cec514f8 (diff)
downloadbash-17345e5ad288f7543b77b23a25aa380eacc279f2.tar.gz
Imported from ../bash-4.0.tar.gz.
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;