summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
committerPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
commitb6f45ddc5301b7d7f6472e38a475716ff1414186 (patch)
tree334880e1954d3efa4f00fe7ce9a7c0f997a75232 /job.h
parentfe43fa9de38d9e1f18bdc1924a2cee72f244bdd5 (diff)
downloadgunmake-b6f45ddc5301b7d7f6472e38a475716ff1414186.tar.gz
Add VMS enhancements from Hartmut Becker.
Diffstat (limited to 'job.h')
-rw-r--r--job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.h b/job.h
index 8947251..4664e75 100644
--- a/job.h
+++ b/job.h
@@ -53,6 +53,7 @@ struct child
#ifdef VMS
int efn; /* Completion event flag number */
int cstatus; /* Completion status */
+ char *comname; /* Temporary command file name */
#endif
char *sh_batch_file; /* Script file for shell commands */
unsigned int remote:1; /* Nonzero if executing remotely. */