VirtualBox

Changeset 14929 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 2, 2008 10:29:29 PM (16 years ago)
Author:
vboxsync
Message:

Main: Pass custom hard disk parameters to the backend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HardDisk2Impl.h

    r14783 r14929  
    249249                                             void *pvUser);
    250250
     251    static DECLCALLBACK(bool) vdConfigAreKeysValid (void *pvUser,
     252                                                    const char *pszzValid);
     253    static DECLCALLBACK(int) vdConfigQuerySize (void *pvUser, const char *pszName,
     254                                                size_t *pcbValue);
     255    static DECLCALLBACK(int) vdConfigQuery (void *pvUser, const char *pszName,
     256                                            char *pszValue, size_t cchValue);
     257
    251258    static DECLCALLBACK(int) taskThread (RTTHREAD thread, void *pvUser);
    252259
     
    288295        VDINTERFACECONFIG vdIfCallsConfig;
    289296
     297        VDINTERFACE vdIfTcpNet;
     298        VDINTERFACETCPNET vdIfCallsTcpNet;
     299
    290300        PVDINTERFACE vdDiskIfaces;
    291301    };
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