Changeset 32649 in vbox
- Timestamp:
- Sep 20, 2010 5:22:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r32398 r32649 10239 10239 mData->mSession.mProgress->notifyComplete((HRESULT)iResult); 10240 10240 mData->mSession.mProgress.setNull(); 10241 10242 if (SUCCEEDED((HRESULT)iResult)) 10243 { 10241 } 10242 10243 if (SUCCEEDED((HRESULT)iResult)) 10244 { 10244 10245 #ifdef VBOX_WITH_RESOURCE_USAGE_API 10245 10246 10247 10248 10249 10246 /* The VM has been powered up successfully, so it makes sense 10247 * now to offer the performance metrics for a running machine 10248 * object. Doing it earlier wouldn't be safe. */ 10249 registerMetrics(mParent->performanceCollector(), mPeer, 10250 mData->mSession.mPid); 10250 10251 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 10251 10252 } 10253 } 10252 } 10253 10254 10254 return S_OK; 10255 10255 }
Note:
See TracChangeset
for help on using the changeset viewer.