Changeset 26411 for trunk/Ohana/src/opihi/pcontrol/HostOps.c
- Timestamp:
- Dec 15, 2009, 3:42:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c
r25872 r26411 214 214 host[0].job = NULL; 215 215 216 AddMachineHost (host); 217 216 218 PutHost (host, PCONTROL_HOST_ALLHOSTS, STACK_BOTTOM); 217 219 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); … … 225 227 copy = PullStackByID (HostPool_AllHosts, host[0].HostID); 226 228 ASSERT (copy == host, "programming error: ALLHOSTS entry does not match"); 229 230 DelMachineHost (host); 227 231 228 232 FreeIOBuffer (&host[0].comms_buffer);
Note:
See TracChangeset
for help on using the changeset viewer.
