vbox的更動 37774 路徑 trunk/src/VBox/Runtime/r3
- 時間撮記:
- 2011-7-4 下午09:19:27 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp
r33540 r37774 200 200 pReqInt->AioCB.aio_sigevent.sigev_value.sival_ptr = pReqInt; 201 201 pReqInt->AioCB.aio_lio_opcode = uTransferDirection; 202 pReqInt->AioCB.aio_fildes = (int)hFile;202 pReqInt->AioCB.aio_fildes = RTFileToNative(hFile); 203 203 pReqInt->AioCB.aio_offset = off; 204 204 pReqInt->AioCB.aio_nbytes = cbTransfer; … … 236 236 237 237 pReqInt->fFlush = true; 238 pReqInt->AioCB.aio_fildes = (int)hFile;238 pReqInt->AioCB.aio_fildes = RTFileToNative(hFile); 239 239 pReqInt->AioCB.aio_offset = 0; 240 240 pReqInt->AioCB.aio_nbytes = 0;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器