Changeset 54346 in vbox
- Timestamp:
- Feb 20, 2015 9:30:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp
r54320 r54346 52 52 { 53 53 { "--iterations", 'i', RTGETOPT_REQ_INT32 }, 54 { "--delay", 'd', RTGETOPT_REQ_INT32 }, 54 55 }; 55 56 … … 65 66 switch (ch) 66 67 { 68 case 'd': 69 cMsSleepBetweenIterations = ValueUnion.u32; 70 break; 67 71 case 'i': 68 72 cIterations = ValueUnion.u32;
Note:
See TracChangeset
for help on using the changeset viewer.