VirtualBox

Changeset 102831 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 11, 2024 8:56:53 AM (11 months ago)
Author:
vboxsync
Message:

Guest Control: Added a new guest feature flag to indicate Guest Additions support for retrieving guest mount points. bugref:10415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp

    r99120 r102831  
    262262                                      | VBOX_GUESTCTRL_GF_0_TOOLBOX_AS_CMDS
    263263#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
    264                                       | VBOX_GUESTCTRL_GF_0_SHUTDOWN;
     264                                      | VBOX_GUESTCTRL_GF_0_SHUTDOWN
     265                                      | VBOX_GUESTCTRL_GF_0_MOUNT_POINTS_ENUM;
    265266        rc = VbglR3GuestCtrlReportFeatures(g_idControlSvcClient, fGuestFeatures, &g_fControlHostFeatures0);
    266267        if (RT_SUCCESS(rc))
    267268            VGSvcVerbose(3, "Host features: %#RX64\n", g_fControlHostFeatures0);
    268269        else
    269             VGSvcVerbose(1, "Warning! Feature reporing failed: %Rrc\n", rc);
     270            VGSvcVerbose(1, "Warning! Feature reporting failed: %Rrc\n", rc);
    270271
    271272        return VINF_SUCCESS;
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