Changeset 57416 in vbox for trunk/src/VBox/ValidationKit/utils/network
- Timestamp:
- Aug 18, 2015 11:19:28 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp
r57358 r57416 320 320 * @param iTick The tick, ignored. 321 321 */ 322 static voidnetperfStopTimerCallback(RTTIMERLR hTimer, void *pvUser, uint64_t iTick)322 static DECLCALLBACK(void) netperfStopTimerCallback(RTTIMERLR hTimer, void *pvUser, uint64_t iTick) 323 323 { 324 324 bool volatile *pfStop = (bool volatile *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.