Changeset 45678 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 23, 2013 11:28:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTFileAio.cpp
r29393 r45678 85 85 /* Create a context and associate the file handle with it. */ 86 86 RTFILEAIOCTX hAioContext; 87 RTTESTI_CHECK_RC_RETV(RTFileAioCtxCreate(&hAioContext, cMaxReqsInFlight ), VINF_SUCCESS);87 RTTESTI_CHECK_RC_RETV(RTFileAioCtxCreate(&hAioContext, cMaxReqsInFlight, 0 /* fFlags */), VINF_SUCCESS); 88 88 RTTESTI_CHECK_RC_RETV(RTFileAioCtxAssociateWithFile(hAioContext, File), VINF_SUCCESS); 89 89
Note:
See TracChangeset
for help on using the changeset viewer.