Changeset 36529 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Apr 4, 2011 1:54:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDIoRnd.cpp
r35596 r36529 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * VBox HDD container test utility - I/O data generator. 4 4 */ … … 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #define LOGGROUP LOGGROUP_DEFAULT 18 19 #include <iprt/log.h> … … 20 21 #include <iprt/mem.h> 21 22 #include <iprt/rand.h> 23 #include <iprt/assert.h> 22 24 23 25 #include "VDIoRnd.h"
Note:
See TracChangeset
for help on using the changeset viewer.