VirtualBox

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


Ignore:
Timestamp:
Jan 28, 2018 8:53:14 PM (7 years ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage: Allow changing the serial port attachment type during runtime

File:
1 edited

Legend:

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

    r70534 r70766  
    713713                        PCFGMNODE pLunL0, PCFGMNODE pInst,
    714714                        bool fAttachDetach, bool fIgnoreConnectFailure);
    715 
     715    int i_configSerialPort(PCFGMNODE pInst, PortMode_T ePortMode, const char *pszPath, bool fServer);
    716716    static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole, PUVM pUVM);
    717717    static DECLCALLBACK(int) i_configGuestControl(void *pvConsole);
     
    728728                                                       unsigned uInstance, unsigned uLun,
    729729                                                       INetworkAdapter *aNetworkAdapter);
     730    static DECLCALLBACK(int) i_changeSerialPortAttachment(Console *pThis, PUVM pUVM,
     731                                                          ISerialPort *pSerialPort);
    730732
    731733    void i_changeClipboardMode(ClipboardMode_T aClipboardMode);
     
    974976    unsigned               m_cDisksPwProvided;
    975977
     978    /** Current active port modes of the supported serial ports. */
     979    PortMode_T             m_aeSerialPortMode[4];
     980
    976981    /** Pointer to the key consumer -> provider (that's us) callbacks. */
    977982    struct MYPDMISECKEY : public PDMISECKEY
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