Changeset 29237 in vbox
- Timestamp:
- May 8, 2010 11:57:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.