VirtualBox

Changeset 29480 in vbox for trunk/include


Ignore:
Timestamp:
May 14, 2010 3:24:19 PM (15 years ago)
Author:
vboxsync
Message:

Main: Remove IoBackendType in StorageController and have a boolean setting fUseAsyncHostIOMgr instead; change XML settings and frontends accordingly; change VBoxManage storagectl syntax to --hostiocache on|off as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r29463 r29480  
    764764          ulPortCount(2),
    765765          ulInstance(0),
    766           ioBackendType(IoBackendType_Buffered),
     766          fUseHostIOCache(true),
    767767          lIDE0MasterEmulationPort(0),
    768768          lIDE0SlaveEmulationPort(0),
     
    778778    uint32_t                ulPortCount;
    779779    uint32_t                ulInstance;
    780     IoBackendType_T         ioBackendType;
     780    bool                    fUseHostIOCache;
    781781
    782782    // only for when controllerType == StorageControllerType_IntelAhci:
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