Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #define LOG_GROUP RTLOGGROUP_FILE 31 32 #include <iprt/asm.h> … … 44 45 45 46 46 /******************************************************************************* 47 * Structures and Typedefs *48 ******************************************************************************* /47 /********************************************************************************************************************************* 48 * Structures and Typedefs * 49 *********************************************************************************************************************************/ 49 50 /** 50 51 * Async I/O completion context state. … … 89 90 90 91 91 /******************************************************************************* 92 * Defined Constants And Macros *93 ******************************************************************************* /92 /********************************************************************************************************************************* 93 * Defined Constants And Macros * 94 *********************************************************************************************************************************/ 94 95 /** The max number of events to get in one call. */ 95 96 #define AIO_MAXIMUM_REQUESTS_PER_CONTEXT 64
Note:
See TracChangeset
for help on using the changeset viewer.