VirtualBox

Changeset 11444 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 15, 2008 2:33:02 PM (16 years ago)
Author:
vboxsync
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/Main/HardDiskImpl.cpp

    r11435 r11444  
    40864086        /// obviously. This of course changes locking behavior, but for now
    40874087        /// this is acceptable. A better solution needs to be found later.
    4088         vrc = VDOpen (mContainer, "VMDK", filePath, VD_OPEN_FLAGS_NORMAL);
     4088        vrc = VDOpen (mContainer, "VMDK", filePath, VD_OPEN_FLAGS_NORMAL, NULL);
    40894089        if (VBOX_FAILURE (vrc))
    40904090            break;
     
    49324932        Guid id, parentId;
    49334933
    4934         vrc = VDOpen (mContainer, Utf8Str (mFormat), location, VD_OPEN_FLAGS_INFO);
     4934        vrc = VDOpen (mContainer, Utf8Str (mFormat), location, VD_OPEN_FLAGS_INFO, NULL);
    49354935        if (VBOX_FAILURE (vrc))
    49364936            break;
     
    58205820        /// obviously. This of course changes locking behavior, but for now
    58215821        /// this is acceptable. A better solution needs to be found later.
    5822         vrc = VDOpen (mContainer, "VHD", filePath, VD_OPEN_FLAGS_NORMAL);
     5822        vrc = VDOpen (mContainer, "VHD", filePath, VD_OPEN_FLAGS_NORMAL, NULL);
    58235823        if (VBOX_FAILURE (vrc))
    58245824            break;
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