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

    r25872 r26715  
    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.