IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2010, 4:43:38 PM (16 years ago)
Author:
eugene
Message:

updates from the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/opihi/pcontrol/CheckDoneJob.c

    r20066 r26715  
    2828
    2929  if ((status1 == PCLIENT_DOWN) || (status2 == PCLIENT_DOWN)) {
     30
     31    // decrement the machine job-host counters
     32    DelMachineJob (host, job);
     33
    3034    // unlink host & job
    3135    if (DEBUG || VerboseMode()) gprint (GP_ERR, "host %s is down\n", host[0].hostname);
     
    5357  }
    5458
     59  // decrement the machine job-host counters
     60  DelMachineJob (host, job);
     61
    5562  /* job's state is either EXIT or CRASH (verify?) */
    5663  // unlink host & job
Note: See TracChangeset for help on using the changeset viewer.