VirtualBox

Changeset 84522 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 25, 2020 6:09:08 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wait for specific GA run levels and also added more options like waiting for GA being ready to be upgraded by Guest Control [MSVC build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r84521 r84522  
    26842684static int gctlWaitForRunLevel(PGCTLCMDCTX pCtx, AdditionsRunLevelType_T enmRunLevel, RTMSINTERVAL cMsTimeout)
    26852685{
    2686     int vrc;
     2686    int vrc = VINF_SUCCESS; /* Shut up MSVC. */
    26872687
    26882688    try
     
    27212721            if (pCtx->cVerbose)
    27222722                RTPrintf("Waiting for run level %RU32 ...\n", enmRunLevel);
    2723 
    2724             vrc = VINF_SUCCESS; /* Shut up MSVC. */
    27252723
    27262724            RTMSINTERVAL tsStart = RTTimeMilliTS();
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