VirtualBox

Changeset 45678 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Apr 23, 2013 11:28:41 AM (12 years ago)
Author:
vboxsync
Message:

Runtime/aio: Add flags parameter to RTFileAioCtxCreate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTFileAio.cpp

    r29393 r45678  
    8585    /* Create a context and associate the file handle with it. */
    8686    RTFILEAIOCTX hAioContext;
    87     RTTESTI_CHECK_RC_RETV(RTFileAioCtxCreate(&hAioContext, cMaxReqsInFlight), VINF_SUCCESS);
     87    RTTESTI_CHECK_RC_RETV(RTFileAioCtxCreate(&hAioContext, cMaxReqsInFlight, 0 /* fFlags */), VINF_SUCCESS);
    8888    RTTESTI_CHECK_RC_RETV(RTFileAioCtxAssociateWithFile(hAioContext, File), VINF_SUCCESS);
    8989
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette