VirtualBox

Ignore:
Timestamp:
Aug 15, 2008 2:33:02 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34825
Message:

Storage/VBoxHDD-new: introduced VD interfaces per image and per operation, completely unifying callback handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r11435 r11444  
    12771277    else
    12781278    {
    1279         vrc = VDOpen(pDisk, "VMDK", Utf8Str(src).raw(), VD_OPEN_FLAGS_NORMAL);
     1279        vrc = VDOpen(pDisk, "VMDK", Utf8Str(src).raw(), VD_OPEN_FLAGS_NORMAL, NULL);
    12801280        if (VBOX_FAILURE(vrc))
    12811281        {
     
    12841284        else
    12851285        {
    1286             vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL);
     1286            vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL);
    12871287            if (VBOX_FAILURE(vrc))
    12881288            {
     
    13891389        RTStrFree(pszFormat);
    13901390    }
    1391     vrc = VDOpen(pDisk, Utf8Str(srcformat).raw(), Utf8Str(src).raw(), VD_OPEN_FLAGS_READONLY);
     1391    vrc = VDOpen(pDisk, Utf8Str(srcformat).raw(), Utf8Str(src).raw(), VD_OPEN_FLAGS_READONLY, NULL);
    13921392    if (VBOX_FAILURE(vrc))
    13931393    {
Note: See TracChangeset for help on using the changeset viewer.

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