Changeset 64728 in vbox
- Timestamp:
- Nov 21, 2016 11:50:58 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvRamDisk.cpp
r64725 r64728 1145 1145 static DECLCALLBACK(int) drvramdiskQueryFeatures(PPDMIMEDIAEX pInterface, uint32_t *pfFeatures) 1146 1146 { 1147 RT_NOREF1(pInterface) 1147 RT_NOREF1(pInterface); 1148 1148 *pfFeatures = PDMIMEDIAEX_FEATURE_F_ASYNC | PDMIMEDIAEX_FEATURE_F_DISCARD; 1149 1149 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.