Changeset 34434 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Nov 27, 2010 11:20:37 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r34433 r34434 372 372 fFlags |= PDMACEP_FILE_FLAGS_DONT_LOCK; 373 373 } 374 #if 0 374 375 else 375 376 fFlags |= PDMACEP_FILE_FLAGS_CACHING; 377 #endif 376 378 rc = PDMR3AsyncCompletionEpCreateForFile(&pStorageBackend->pEndpoint, 377 379 pszLocation, fFlags,
Note:
See TracChangeset
for help on using the changeset viewer.