VirtualBox

Ignore:
Timestamp:
May 28, 2013 3:31:18 PM (12 years ago)
Author:
vboxsync
Message:

VMMDev: Fixed missing destructor call (not in function table, duh.) and integrated the testing output with RTTest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r44777 r46300  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2222#include <VBox/vmm/pdmdev.h>
    2323#include <VBox/vmm/pdmifs.h>
     24#ifndef VBOX_WITHOUT_TESTING_FEATURES
     25# include <iprt/test.h>
     26#endif
    2427
    2528#define VMMDEV_WITH_ALT_TIMESYNC
     
    348351        } Value;
    349352    } 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;
    350357#endif /* !VBOX_WITHOUT_TESTING_FEATURES */
    351358} VMMDevState;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette