summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
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. */