Changeset 32852 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 30, 2010 3:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r32777 r32852 258 258 259 259 AssertPtr(pThread); 260 261 AssertPtr(pThread); 260 Assert(pThread->enmType == VBoxServiceCtrlThreadDataExec); 262 261 PVBOXSERVICECTRLTHREADDATAEXEC pData = (PVBOXSERVICECTRLTHREADDATAEXEC)pThread->pvData; 263 262 AssertPtr(pData); … … 457 456 VBoxServiceVerbose(3, "ControlExec: Process got terminated because system/service is about to shutdown\n"); 458 457 uStatus = PROC_STS_DWN; /* Service is stopping, process was killed. */ 458 uFlags = pData->uFlags; /* Return handed-in execution flags back to the host. */ 459 459 } 460 460 else if (fProcessAlive)
Note:
See TracChangeset
for help on using the changeset viewer.