VirtualBox

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


Ignore:
Timestamp:
Feb 25, 2011 5:25:07 PM (14 years ago)
Author:
vboxsync
Message:

Main: use the VRDE VM setting in LaunchVMProcess API

File:
1 edited

Legend:

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

    r36086 r36091  
    63076307        Utf8Str idStr = mData->mUuid.toString();
    63086308        /* Leave space for "--capture" arg. */
    6309         const char * args[] = {szPath, "--comment", mUserData->s.strName.c_str(), "--startvm", idStr.c_str(), 0, 0 };
     6309        const char * args[] = {szPath, "--comment", mUserData->s.strName.c_str(),
     6310                                       "--startvm", idStr.c_str(),
     6311                                       "--vrde", "config",
     6312                                       0, /* For "--capture". */
     6313                                       0 };
    63106314        if (strType == "capture")
    63116315        {
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