VirtualBox

Changeset 101057 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 7, 2023 5:12:48 PM (17 months ago)
Author:
vboxsync
Message:

Main: Renamed IPlatformProperties::getStorageBusForStorageControllerType + getStorageControllerTypesForStorageBus -> getStorageBusForControllerType + getStorageControllerTypesForBus, to fix DTrace probe name length restrictions. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r101035 r101057  
    44204420
    44214421    StorageBus_T enmStorageBus = StorageBus_Null;
    4422     HRESULT hrc = platformProperties->GetStorageBusForStorageControllerType(aStorageControllerType, &enmStorageBus);
     4422    HRESULT hrc = platformProperties->GetStorageBusForControllerType(aStorageControllerType, &enmStorageBus);
    44234423    if (FAILED(hrc))
    44244424        return hrc;
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