VirtualBox

忽略:
時間撮記:
2015-4-30 上午02:13:56 (10 年 以前)
作者:
vboxsync
訊息:

Main,VBoxManage,VBoxShell,ValidationKit: Changed the IGuestSession:createProcess[Ex] interfaces to take argv[0] as input separate from the executable name. This is not yet implemented on the guest side.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp

    r53127 r55535  
    9191        GuestProcessStartupInfo procInfo;
    9292        procInfo.mName      = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str());
    93         procInfo.mCommand   = Utf8Str(VBOXSERVICE_TOOL_LS);
     93        procInfo.mExecutable= Utf8Str(VBOXSERVICE_TOOL_LS);
    9494        procInfo.mTimeoutMS = 5 * 60 * 1000; /* 5 minutes timeout. */
    9595        procInfo.mFlags     = ProcessCreateFlag_WaitForStdOut;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette