VirtualBox

Ignore:
Timestamp:
Aug 14, 2008 12:06:14 PM (16 years ago)
Author:
vboxsync
Message:

Storage/VBoxHDD-new: Added backend info, listing the supported file extensions. Implemented a testcase anf fixed a small bug which it found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r11353 r11421  
    409409} VMDKIMAGE;
    410410
    411 
     411/*******************************************************************************
     412 *   Static Variables                                                           *
     413 *******************************************************************************/
     414
     415/** NULL-terminated array of supported file extensions. */
     416static const char *const s_apszVmdkFileExtensions[] =
     417{
     418    "vmdk",
     419    NULL
     420};
     421       
    412422/*******************************************************************************
    413423*   Internal Functions                                                         *
     
    51535163      VD_CAP_UUID | VD_CAP_CREATE_FIXED | VD_CAP_CREATE_DYNAMIC
    51545164    | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF | VD_CAP_FILE |VD_CAP_ASYNC,
     5165    /* papszFileExtensions */
     5166    s_apszVmdkFileExtensions,
    51555167    /* pfnCheckIfValid */
    51565168    vmdkCheckIfValid,
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