Changeset 86126 in vbox for trunk/src/VBox
- Timestamp:
- Sep 15, 2020 10:58:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp
r84333 r86126 89 89 #define LNX_IOURING_SYSCALL_REGISTER 427 90 90 /** eventfd2() syscall not associated with io_uring but used for kicking waiters. */ 91 #define LNX_SYSCALL_EVENTFD2 1991 #define LNX_SYSCALL_EVENTFD2 290 92 92 93 93 … … 772 772 pSqe->u64OffStart = off; 773 773 pSqe->u64AddrBufIoVec = (uint64_t)(uintptr_t)pIoVec; 774 pSqe->u32BufIoVecSz = 1; 774 775 pSqe->u64User = (uint64_t)(uintptr_t)pvUser; 775 776
Note:
See TracChangeset
for help on using the changeset viewer.