- Timestamp:
- Mar 26, 2020 2:12:10 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r83421 r83438 1578 1578 for (int i = 0; i < 3; i++) 1579 1579 { 1580 if (i) 1581 RTThreadSleep(3000); 1582 1580 1583 VGSvcVerbose(2, "Guest session ID=%RU32 process still alive, killing attempt %d/3\n", idSession, i + 1); 1581 1584 … … 1583 1586 if (RT_SUCCESS(rc2)) 1584 1587 break; 1585 /** @todo r=bird: What's the point of sleeping 3 second after the last attempt? */1586 RTThreadSleep(3000);1587 1588 } 1588 1589
Note:
See TracChangeset
for help on using the changeset viewer.