Changeset 4762 for trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
- Timestamp:
- Aug 13, 2005, 10:30:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r4705 r4762 8 8 9 9 stack = GetJobStack (PCONTROL_JOB_PENDING); 10 10 11 11 /* look for first NEEDHOST matching this host */ 12 12 for (i = 0; i < stack[0].Nobject; i++) { … … 26 26 for (i = 0; i < stack[0].Nobject; i++) { 27 27 job = (Job *) stack[0].object[i]; 28 /*** this currently never runs WANTHOST jobs on any other machines ***/ 28 29 if (job[0].mode != PCONTROL_JOB_WANTHOST) continue; 29 30 if (job[0].hostname == NULL) { … … 50 51 } 51 52 52 /** note : host and job popped off stacks **/ 53 54 /** elsewhere, we will check for timeout on the job and 55 migrate to ANYHOST from WANTHOST or move to 56 a failure condition for NEEDHOST 57 **/ 53 /** note : host and job popped off IDLE and PENDING stacks, 54 unless no job is available **/
Note:
See TracChangeset
for help on using the changeset viewer.
