VirtualBox

Ignore:
Timestamp:
Mar 2, 2023 5:06:36 PM (2 years ago)
Author:
vboxsync
Message:

Guest Control: Made the directory entry reading really dynamic by letting the guest tell us the size it reports to the guest (limited by GSTCTL_DIRENTRY_MAX_SIZE). Re-introduced the #pragma pack(1) because we need the structures on mixed bitness (32 / 64 or vice versa) with the same size. bugref:9783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r98823 r98824  
    10631063    /** Handle of directory listing to read the next entry for. */
    10641064    HGCMFunctionParameter handle;
    1065     /** Maximum directory entry size (in bytes) to use.
    1066      *  @sa GSTCTL_DIRENTRY_MAX_SIZE */
    1067     HGCMFunctionParameter max_entry_size;
    10681065} HGCMMsgDirRead;
    10691066
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