VirtualBox

Changeset 98818 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Mar 2, 2023 1:52:48 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156138
Message:

Guest Control: Specify the directory reading parameters (additional attributes + reading flags) when opening the directory calls, not on every directory entry read. Should save a few bytes on every read. bugref:9783

File:
1 edited

Legend:

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

    r98792 r98818  
    10331033    /** Directory open flags (GSTCTLDIR_F_XXX). */
    10341034    HGCMFunctionParameter flags;
     1035    /** Additional directory attributes to use
     1036     *  (GSTCTLFSOBJATTRADD, for subsequent directory entry read calls). */
     1037    HGCMFunctionParameter read_attr_add;
     1038    /** Directory reading flags (for subsequent directory entry read calls).
     1039     *  GSTCTL_PATH_F_ON_LINK or GSTCTL_PATH_F_FOLLOW_LINK. */
     1040    HGCMFunctionParameter read_flags;
    10351041} HGCMMsgDirOpen;
    10361042
     
    10601066     *  @sa GSTCTL_DIRENTRY_MAX_SIZE */
    10611067    HGCMFunctionParameter max_entry_size;
    1062     /** Additional directory attributes to use (GSTCTLFSOBJATTRADD). */
    1063     HGCMFunctionParameter add_attributes;
    1064     /** Directory reading flags.
    1065      *  GSTCTL_PATH_F_ON_LINK or GSTCTL_PATH_F_FOLLOW_LINK. */
    1066     HGCMFunctionParameter flags;
    10671068} HGCMMsgDirRead;
    10681069
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