Changeset 31290 in vbox
- Timestamp:
- Aug 2, 2010 12:23:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r31002 r31290 422 422 mode(NetworkAttachmentType_Null), 423 423 ulBootPriority(0), 424 ulBandwidthLimit(0), 424 425 fHasDisabledNAT(false) 425 426 {} … … 444 445 uint32_t ulBootPriority; 445 446 bool fHasDisabledNAT; 447 uint32_t ulBandwidthLimit; 446 448 }; 447 449 typedef std::list<NetworkAdapter> NetworkAdaptersList; … … 638 640 { 639 641 return ( (fIoCacheEnabled == i.fIoCacheEnabled) 640 && (ulIoCacheSize == i.ulIoCacheSize) 641 && (ulIoBandwidthMax == i.ulIoBandwidthMax)); 642 && (ulIoCacheSize == i.ulIoCacheSize)); 642 643 } 643 644 644 645 bool fIoCacheEnabled; 645 646 uint32_t ulIoCacheSize; 646 uint32_t ulIoBandwidthMax;647 647 }; 648 648 … … 675 675 CpuList llCpus; // requires settings version 1.10 (VirtualBox 3.2) 676 676 bool fHpetEnabled; // requires settings version 1.10 (VirtualBox 3.2) 677 uint32_t ulCpuPriority; // requires settings version 1.11 (VirtualBox 3.3) 677 678 678 679 CpuIdLeafsList llCpuIdLeafs;
Note:
See TracChangeset
for help on using the changeset viewer.