Changeset 28611 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Apr 22, 2010 6:26:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r28598 r28611 175 175 RTListForEach(&g_GuestControlExecThreads, pNode, VBOXSERVICECTRLTHREAD, Node) 176 176 { 177 if ( pNode->fStarted 177 if ( pNode->fStarted 178 178 && pNode->enmType == VBoxServiceCtrlThreadDataExec) 179 179 { … … 198 198 rc = VBoxServiceControlExecReadPipeBufferContent(&pData->stdOut, pBuf, cbRead, &cbRead); 199 199 if (RT_SUCCESS(rc)) 200 { 200 { 201 201 AssertPtr(pBuf); 202 202 /* cbRead now contains actual size. */ … … 382 382 /* pszOptions. */ 383 383 " --control-interval Specifies the interval at which to check for\n" 384 " new ocntrol commands. The default is 1000 ms.\n"384 " new control commands. The default is 1000 ms.\n" 385 385 , 386 386 /* methods */
Note:
See TracChangeset
for help on using the changeset viewer.