IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 3:42:06 PM (17 years ago)
Author:
eugene
Message:

add tracking of uniquely-named machines and feature to limit the number of unwanted-host jobs (and additional pantasks / pcontrol commands

File:
1 edited

Legend:

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

    r25872 r26411  
    214214  host[0].job      = NULL;
    215215
     216  AddMachineHost (host);
     217
    216218  PutHost (host, PCONTROL_HOST_ALLHOSTS, STACK_BOTTOM);
    217219  PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
     
    225227  copy = PullStackByID (HostPool_AllHosts, host[0].HostID);
    226228  ASSERT (copy == host, "programming error: ALLHOSTS entry does not match");
     229
     230  DelMachineHost (host);
    227231
    228232  FreeIOBuffer (&host[0].comms_buffer);
Note: See TracChangeset for help on using the changeset viewer.