Changeset 60446 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 12, 2016 8:51:12 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r59274 r60446 895 895 pThis->hVScsiLun = NULL; 896 896 } 897 898 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatBytesRead); 899 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatBytesWritten); 900 PDMDrvHlpSTAMDeregister(pDrvIns, (void *)&pThis->StatIoDepth); 897 901 } 898 902
Note:
See TracChangeset
for help on using the changeset viewer.