- Timestamp:
- May 8, 2015 9:28:45 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100163
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r55728 r55749 1555 1555 bool fBeganTakingSnapshot = false; 1556 1556 BOOL fSuspendedBySave = FALSE; 1557 Guid snapshotId; 1557 1558 1558 1559 try … … 1606 1607 1607 1608 /* create an ID for the snapshot */ 1608 Guid snapshotId;1609 1609 snapshotId.create(); 1610 1610 … … 1797 1797 1798 1798 if (SUCCEEDED(rc)) 1799 mParent->i_onSnapshotTaken(mData->mUuid, 1800 task.m_pSnapshot->i_getId()); 1799 mParent->i_onSnapshotTaken(mData->mUuid, snapshotId); 1801 1800 LogFlowThisFuncLeave(); 1802 1801 }
Note:
See TracChangeset
for help on using the changeset viewer.