Changeset 29540 for trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
- Timestamp:
- Oct 25, 2010, 12:50:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c
r28158 r29540 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.
