Changeset 29480 in vbox for trunk/include
- Timestamp:
- May 14, 2010 3:24:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r29463 r29480 764 764 ulPortCount(2), 765 765 ulInstance(0), 766 ioBackendType(IoBackendType_Buffered),766 fUseHostIOCache(true), 767 767 lIDE0MasterEmulationPort(0), 768 768 lIDE0SlaveEmulationPort(0), … … 778 778 uint32_t ulPortCount; 779 779 uint32_t ulInstance; 780 IoBackendType_T ioBackendType;780 bool fUseHostIOCache; 781 781 782 782 // only for when controllerType == StorageControllerType_IntelAhci:
Note:
See TracChangeset
for help on using the changeset viewer.