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/KillJob.c

    r17477 r26715  
    1919      job[0].host = NULL;
    2020      host[0].job = NULL;
     21
     22      // decrement the machine job-host counters
     23      DelMachineJob (host, job);
     24
    2125      HarvestHost (host[0].pid);
    2226      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
     
    7478      job[0].host = NULL;
    7579      host[0].job = NULL;
     80
     81      // decrement the machine job-host counters
     82      DelMachineJob (host, job);
     83
    7684      PutHost (host, PCONTROL_HOST_IDLE, STACK_BOTTOM);
    7785      PutJob (job, PCONTROL_JOB_CRASH, STACK_BOTTOM);
Note: See TracChangeset for help on using the changeset viewer.