- Timestamp:
- Oct 14, 2010, 3:15:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r28158 r29421 60 60 if (strcasecmp (job[0].hostname, host[0].hostname)) continue; 61 61 62 if (!CheckMachineJobs (host, job)) continue; 63 62 64 /* we have found an appropriate job; link it to the host and send to StartJob */ 63 65 job[0].host = (struct Host *) host; … … 80 82 ASSERT (job[0].hostname != NULL, "WANTHOST hostname missing"); 81 83 if (strcasecmp (job[0].hostname, host[0].hostname)) continue; 84 85 if (!CheckMachineJobs (host, job)) continue; 82 86 83 87 /* we have found an appropriate job; link it to the host and send to StartJob */
Note:
See TracChangeset
for help on using the changeset viewer.
