Changeset 9278
- Timestamp:
- Oct 4, 2006, 4:32:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/CheckJobs.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckJobs.c
r9037 r9278 8 8 int i, status; 9 9 char varname[64]; 10 Queue *queue; 10 11 11 12 /** test all jobs: ready to test? finished? **/ … … 99 100 } 100 101 102 /* flush the stderr and stdout queues */ 103 queue = FindQueue ("stdout"); 104 if (queue) InitQueue (queue); 105 queue = FindQueue ("stderr"); 106 if (queue) InitQueue (queue); 107 101 108 DeleteJob (job); 102 109 continue; … … 115 122 if (GetTaskTimer(job[0].start) < job[0].task[0].timeout_period) continue; 116 123 if (VerboseMode()) gprint (GP_LOG, "timeout on %s\n", job[0].task[0].name); 124 125 // XXX harvest STDERR and STDOUT from timeout job (should be available...) 126 // XXX add this to controller as well 117 127 118 128 /* update the timeout counter */
Note:
See TracChangeset
for help on using the changeset viewer.
