Changeset 4450 for trunk/Ohana/src/opihi/pcontrol/CheckDoneJob.c
- Timestamp:
- Jul 4, 2005, 5:35:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckDoneJob.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckDoneJob.c
r3203 r4450 5 5 Host *host; 6 6 7 if (!GetJobOutput (job, "stdout")) { 7 if (!GetJobOutput ("stdout", (Host *) job[0].host, &job[0].stdout, job[0].stdout_size)) { 8 /* strip off first and last lines */ 8 9 PutJob (job, PCONTROL_JOB_DONE, STACK_BOTTOM); 9 10 return (FALSE); 10 11 } 11 12 12 if (!GetJobOutput ( job, "stderr")) {13 if (!GetJobOutput ("stderr", (Host *) job[0].host, &job[0].stderr, job[0].stderr_size)) { 13 14 PutJob (job, PCONTROL_JOB_DONE, STACK_BOTTOM); 14 15 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
