Changeset 28242 for trunk/Ohana/src/opihi/pcontrol/CheckDoneJob.c
- Timestamp:
- Jun 6, 2010, 5:03:18 PM (16 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
r26411 r28242 19 19 20 20 // we can always call this for stdout (if it is done, this is a NOP) 21 status1 = GetJobOutput ("stdout", host, &job[0].stdout );21 status1 = GetJobOutput ("stdout", host, &job[0].stdout_buf); 22 22 23 23 // we cannot try stderr until stdout is completed 24 24 status2 = PCLIENT_HUNG; 25 if (job[0].stdout .completed) {26 status2 = GetJobOutput ("stderr", host, &job[0].stderr );25 if (job[0].stdout_buf.completed) { 26 status2 = GetJobOutput ("stderr", host, &job[0].stderr_buf); 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
