Changeset 18098 for trunk/Ohana/src/opihi/pcontrol/CheckSystem.c
- Timestamp:
- Jun 12, 2008, 12:52:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/CheckSystem.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckSystem.c
r17476 r18098 346 346 if (host == NULL) break; 347 347 if (host[0].markoff) { 348 // DOWN -> OFF 348 349 host[0].markoff = FALSE; 349 350 OffHost (host); … … 354 355 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); 355 356 } else { 357 // DOWN -> IDLE (maybe) 358 // this is a race condition with "host retry", but the only 359 // consequence is that both StartHost and reset set the times to 0.0 356 360 StartHost (host); 357 361 }
Note:
See TracChangeset
for help on using the changeset viewer.
