Changeset 25872 for trunk/Ohana/src/opihi/pcontrol/HostOps.c
- Timestamp:
- Oct 18, 2009, 10:29:11 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/HostOps.c
r19124 r25872 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);
Note:
See TracChangeset
for help on using the changeset viewer.
