VirtualBox

Changeset 10467 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 10, 2008 12:40:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33140
Message:

Provide CAP_FILE flag for backends operating on files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r9599 r10467  
    196196/** Supports being used as differencing image format backend. */
    197197#define VD_CAP_DIFF                 RT_BIT(4)
     198/** The backend operates on files. The caller needs to know to handle the
     199 * location appropriately. */
     200#define VD_CAP_FILE                 RT_BIT(6)
    198201/** @}*/
    199202
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