VirtualBox

Ignore:
Timestamp:
Jul 10, 2017 4:45:06 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116851
Message:

Main/Snapshot: detect if snapshot merging would lose data due to capacity differences, and error out if necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r67745 r67885  
    38113811{
    38123812    return m->size;
     3813}
     3814
     3815/**
     3816 * Internal method to return the medium's size. Must have caller + locking!
     3817 * @return
     3818 */
     3819uint64_t Medium::i_getLogicalSize() const
     3820{
     3821    return m->logicalSize;
    38133822}
    38143823
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette