vbox的更動 29237 路徑 trunk/src/VBox/Runtime/r3/freebsd
- 時間撮記:
- 2010-5-8 上午11:57:28 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp
r29129 r29237 237 237 pReqInt->fFlush = true; 238 238 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; 242 242 pReqInt->pvUser = pvUser; 243 243 RTFILEAIOREQ_SET_STATE(pReqInt, PREPARED);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器