Changeset 12066 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Sep 3, 2008 3:50:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r12020 r12066 3397 3397 if (SUCCEEDED (rc)) 3398 3398 { 3399 #ifdef VBOX_WITH_RESOURCE_USAGE_API 3400 registerMetrics (mParent->performanceCollector(), this, pid); 3401 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 3402 3399 3403 /* 3400 3404 * Set the session state to Spawning to protect against subsequent … … 7874 7878 } 7875 7879 7876 #ifdef VBOX_WITH_RESOURCE_USAGE_API7877 registerMetrics (mParent->performanceCollector(), aMachine, mData->mSession.mPid);7878 #endif /* VBOX_WITH_RESOURCE_USAGE_API */7879 7880 7880 /* Confirm a successful initialization when it's the case */ 7881 7881 autoInitSpan.setSucceeded();
Note:
See TracChangeset
for help on using the changeset viewer.