VirtualBox

忽略:
時間撮記:
2010-5-8 上午11:57:28 (15 年 以前)
作者:
vboxsync
訊息:

Runtime/FreeBSD: Fix build of fileaio-freebsd.cpp

檔案:
修改 1 筆資料

圖例:

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

    r29129 r29237  
    237237    pReqInt->fFlush           = true;
    238238    pReqInt->AioCB.aio_fildes = (int)hFile;
    239     pReqInt->AioCB.aio_offset = off;
    240     pReqInt->AioCB.aio_nbytes = cbTransfer;
    241     pReqInt->AioCB.aio_buf    = pvBuf;
     239    pReqInt->AioCB.aio_offset = 0;
     240    pReqInt->AioCB.aio_nbytes = 0;
     241    pReqInt->AioCB.aio_buf    = NULL;
    242242    pReqInt->pvUser           = pvUser;
    243243    RTFILEAIOREQ_SET_STATE(pReqInt, PREPARED);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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