Changeset 39083 in vbox for trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
- Timestamp:
- Oct 22, 2011 12:28:46 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74515
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
r37596 r39083 579 579 if (hAioCtx == NIL_RTFILEAIOCTX) 580 580 return RTFILEAIO_UNLIMITED_REQS; 581 else 582 return pCtxInt->cMaxRequests; 581 return pCtxInt->cMaxRequests; 583 582 } 584 583 585 584 RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile) 586 585 { 586 NOREF(hAioCtx); NOREF(hFile); 587 587 return VINF_SUCCESS; 588 588 }
Note:
See TracChangeset
for help on using the changeset viewer.