Changeset 57358 in vbox for trunk/src/VBox/Storage/Debug
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Debug/VDDbgIoLog.cpp
r56754 r57358 17 17 */ 18 18 19 /******************************************************************************* 20 * Header Files * 21 *******************************************************************************/ 19 20 /********************************************************************************************************************************* 21 * Header Files * 22 *********************************************************************************************************************************/ 22 23 #define LOGGROUP LOGGROUP_DEFAULT 23 24 #include <VBox/vddbg.h> … … 31 32 #include <iprt/asm.h> 32 33 33 /******************************************************************************* 34 * Structures in a I/O log file, little endian * 35 *******************************************************************************/ 34 35 /********************************************************************************************************************************* 36 * Structures in a I/O log file, little endian * 37 *********************************************************************************************************************************/ 36 38 37 39 /** … … 121 123 #pragma pack() 122 124 123 /******************************************************************************* 124 * Constants And Macros, Structures and Typedefs * 125 *******************************************************************************/ 125 126 /********************************************************************************************************************************* 127 * Constants And Macros, Structures and Typedefs * 128 *********************************************************************************************************************************/ 126 129 127 130 /** … … 167 170 typedef VDIOLOGENTINT *PVDIOLOGENTINT; 168 171 169 /******************************************************************************* 170 * Internal Functions * 171 *******************************************************************************/ 172 173 /********************************************************************************************************************************* 174 * Internal Functions * 175 *********************************************************************************************************************************/ 172 176 173 177 /**
Note:
See TracChangeset
for help on using the changeset viewer.