VirtualBox

忽略:
時間撮記:
2010-5-6 上午10:40:30 (15 年 以前)
作者:
vboxsync
訊息:

Runtime/Aio: Fix flush API. The fFlush flag needs to be resetted

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp

    r28800 r29129  
    204204    pReqInt->AioCB.aio_nbytes     = cbTransfer;
    205205    pReqInt->AioCB.aio_buf        = pvBuf;
     206    pReqInt->fFlush               = false;
    206207    pReqInt->pvUser               = pvUser;
    207208    pReqInt->pCtxInt              = NULL;
     
    236237    pReqInt->fFlush           = true;
    237238    pReqInt->AioCB.aio_fildes = (int)hFile;
     239    pReqInt->AioCB.aio_offset = off;
     240    pReqInt->AioCB.aio_nbytes = cbTransfer;
     241    pReqInt->AioCB.aio_buf    = pvBuf;
    238242    pReqInt->pvUser           = pvUser;
    239243    RTFILEAIOREQ_SET_STATE(pReqInt, PREPARED);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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