Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/freebsd
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp
r29833 r33540 89 89 /** Completion context we are assigned to. */ 90 90 PRTFILEAIOCTXINTERNAL pCtxInt; 91 /** Number of bytes actually transfer ed. */91 /** Number of bytes actually transferred. */ 92 92 size_t cbTransfered; 93 93 /** Status code. */ … … 553 553 * Retrieve the status code here already because the 554 554 * user may omit the RTFileAioReqGetRC() call and 555 * we will leak kernel res sources then.555 * we will leak kernel resources then. 556 556 * This will result in errors during submission 557 557 * of other requests as soon as the max_aio_queue_per_proc
Note:
See TracChangeset
for help on using the changeset viewer.