Changeset 46300 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDevState.h
- Timestamp:
- May 28, 2013 3:31:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r44777 r46300 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/vmm/pdmifs.h> 24 #ifndef VBOX_WITHOUT_TESTING_FEATURES 25 # include <iprt/test.h> 26 #endif 24 27 25 28 #define VMMDEV_WITH_ALT_TIMESYNC … … 348 351 } Value; 349 352 } TestingData; 353 /** The XML output file name (can be a named pipe, doesn't matter to us). */ 354 R3PTRTYPE(char *) pszTestingXmlOutput; 355 /** Testing instance for dealing with the output. */ 356 RTTEST hTestingTest; 350 357 #endif /* !VBOX_WITHOUT_TESTING_FEATURES */ 351 358 } VMMDevState;
Note:
See TracChangeset
for help on using the changeset viewer.