IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 12:50:29 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckIdleHost.c

    r28158 r29540  
    6060    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
    6161
     62    if (!CheckMachineJobs (host, job)) continue;
     63
    6264    /* we have found an appropriate job; link it to the host and send to StartJob */
    6365    job[0].host = (struct Host *) host;
     
    8082    ASSERT (job[0].hostname != NULL, "WANTHOST hostname missing");
    8183    if (strcasecmp (job[0].hostname, host[0].hostname)) continue;
     84
     85    if (!CheckMachineJobs (host, job)) continue;
    8286
    8387    /* 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.