Changeset 80035 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jul 29, 2019 7:32:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ioqueue.h
r79949 r80035 37 37 /** The standard file I/O queue provider using synchronous file access. */ 38 38 extern RTDATADECL(RTIOQUEUEPROVVTABLE const) g_RTIoQueueStdFileProv; 39 #ifndef RT_OS_OS2 39 40 /** The file I/O queue provider using the RTFileAio API. */ 40 41 extern RTDATADECL(RTIOQUEUEPROVVTABLE const) g_RTIoQueueAioFileProv; 42 #endif 41 43 #if defined(RT_OS_LINUX) 42 44 /** The file I/O queue provider using the recently added io_uring interface when
Note:
See TracChangeset
for help on using the changeset viewer.