- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/pcontrol/HostOps.c
r19124 r27840 202 202 host[0].HostID = NextHostID(); 203 203 204 host[0].last try.tv_sec = 0;205 host[0].last try.tv_usec = 0;206 host[0].next try.tv_sec = 0;207 host[0].next try.tv_usec = 0;204 host[0].last_start_try.tv_sec = 0; 205 host[0].last_start_try.tv_usec = 0; 206 host[0].next_start_try.tv_sec = 0; 207 host[0].next_start_try.tv_usec = 0; 208 208 209 209 InitIOBuffer (&host[0].comms_buffer, 0x100); … … 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.
