VirtualBox

Changeset 84844 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 16, 2020 9:46:56 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138656
Message:

Guest Control/Main: Resolved another todo: Limit the default size a guest process stream buffer can grow to 32MB [build fix, forgot a file]. bugref:9320.

File:
1 edited

Legend:

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

    r84745 r84844  
    10241024protected:
    10251025
     1026    /** Maximum allowed size the stream buffer can grow to.
     1027     *  Defaults to 32 MB. */
     1028    size_t m_cbMax;
    10261029    /** Currently allocated size of internal stream buffer. */
    10271030    size_t m_cbAllocated;
     
    10311034    size_t m_offBuffer;
    10321035    /** Internal stream buffer. */
    1033     BYTE *m_pbBuffer;
     1036    BYTE  *m_pbBuffer;
    10341037};
    10351038
Note: See TracChangeset for help on using the changeset viewer.

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