Changeset 25872 for trunk/Ohana/src/opihi/pcontrol/host.c
- Timestamp:
- Oct 18, 2009, 10:29:11 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/host.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/host.c
r19124 r25872 53 53 } 54 54 /* reset time, place back on ALLHOSTS stack */ 55 host[0].next try.tv_sec = 0;56 host[0].next try.tv_usec = 0;57 host[0].last try.tv_sec = 0;58 host[0].last try.tv_usec = 0;55 host[0].next_start_try.tv_sec = 0; 56 host[0].next_start_try.tv_usec = 0; 57 host[0].last_start_try.tv_sec = 0; 58 host[0].last_start_try.tv_usec = 0; 59 59 PushStack (AllHosts, STACK_BOTTOM, host, host[0].HostID, host[0].hostname); 60 60 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
