Changeset 54312 in vbox
- Timestamp:
- Feb 19, 2015 8:41:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r54308 r54312 6003 6003 { 6004 6004 PSUPDRVDEVEXT pDevExt = (PSUPDRVDEVEXT)pvUser; 6005 static uint32_tcTimesMeasured = 0;6005 uint32_t cTimesMeasured = 0; 6006 6006 uint32_t cConsecutiveTimeouts = 0; 6007 6007 int rc = VERR_INTERNAL_ERROR_2;
Note:
See TracChangeset
for help on using the changeset viewer.