VirtualBox

Changeset 56788 in vbox for trunk/include


Ignore:
Timestamp:
Jul 3, 2015 3:09:27 PM (9 years ago)
Author:
vboxsync
Message:

Main/Machine: new attribute (not yet implemented to the level that it works!) for setting the VM process priority, plus the necessary settings change.

File:
1 edited

Legend:

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

    r56516 r56788  
    11991199          uFaultTolerancePort(0),
    12001200          uFaultToleranceInterval(0),
    1201           fRTCUseUTC(false)
     1201          fRTCUseUTC(false),
     1202          strVMPriority("")
    12021203    {
    12031204        llGroups.push_back("/");
     
    12231224               && (strFaultTolerancePassword  == c.strFaultTolerancePassword)
    12241225               && (fRTCUseUTC                 == c.fRTCUseUTC)
    1225                && (ovIcon                     == c.ovIcon);
     1226               && (ovIcon                     == c.ovIcon)
     1227               && (strVMPriority              == c.strVMPriority);
    12261228    }
    12271229
     
    12441246    bool                    fRTCUseUTC;
    12451247    com::Utf8Str            ovIcon;
     1248    com::Utf8Str            strVMPriority;
    12461249};
    12471250
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