VirtualBox

Changeset 83438 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2020 2:12:10 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136660
Message:

Guest Control/VBoxService: Resolved another @todo: No need to wait after last process kill attempt in vgsvcGstCtrlSessionThread(). bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r83421 r83438  
    15781578        for (int i = 0; i < 3; i++)
    15791579        {
     1580            if (i)
     1581                RTThreadSleep(3000);
     1582
    15801583            VGSvcVerbose(2, "Guest session ID=%RU32 process still alive, killing attempt %d/3\n", idSession, i + 1);
    15811584
     
    15831586            if (RT_SUCCESS(rc2))
    15841587                break;
    1585             /** @todo r=bird: What's the point of sleeping 3 second after the last attempt? */
    1586             RTThreadSleep(3000);
    15871588        }
    15881589
Note: See TracChangeset for help on using the changeset viewer.

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