- Timestamp:
- Oct 18, 2009, 10:29:51 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/pcontrol/HostOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
/trunk merged: 25871-25872
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/Ohana/src/opihi/pcontrol/HostOps.c
r19124 r25873 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.
