Changeset 34148 in vbox
- Timestamp:
- Nov 17, 2010 8:54:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r33540 r34148 112 112 #define PDMIBLOCKASYNCPORT_2_DRVSCSI(pInterface) ( (PDRVSCSI)((uintptr_t)pInterface - RT_OFFSETOF(DRVSCSI, IPortAsync)) ) 113 113 114 static intdrvscsiIsRedoPossible(int rc)114 static bool drvscsiIsRedoPossible(int rc) 115 115 { 116 116 if ( rc == VERR_DISK_FULL
Note:
See TracChangeset
for help on using the changeset viewer.