VirtualBox

vbox的更動 36633 路徑 trunk/src/VBox/Storage/RAW.cpp


忽略:
時間撮記:
2011-4-8 下午09:43:41 (14 年 以前)
作者:
vboxsync
訊息:

Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is completely unused and the best behavior is to fail in VDOpen like we do for all the other flags

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Storage/RAW.cpp

    r35480 r36633  
    12981298                    pImage->cbSize / 512);
    12991299    }
    1300 }
    1301 
    1302 /** @copydoc VBOXHDDBACKEND::pfnIsAsyncIOSupported */
    1303 static bool rawIsAsyncIOSupported(void *pBackendData)
    1304 {
    1305     return true;
    13061300}
    13071301
     
    14351429    /* pfnSetParentFilename */
    14361430    NULL,
    1437     /* pfnIsAsyncIOSupported */
    1438     rawIsAsyncIOSupported,
    14391431    /* pfnAsyncRead */
    14401432    rawAsyncRead,
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette