VirtualBox

Changeset 60608 in vbox for trunk/include/VBox/vd.h


Ignore:
Timestamp:
Apr 20, 2016 5:16:37 PM (9 years ago)
Author:
vboxsync
Message:

Main+Storage/VD: add a capability which marks preferred medium format backends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd.h

    r59294 r60608  
    44
    55/*
    6  * Copyright (C) 2006-2015 Oracle Corporation
     6 * Copyright (C) 2006-2016 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    338338/** The backend supports the discard operation. */
    339339#define VD_CAP_DISCARD              RT_BIT(10)
     340/** This is a frequently used backend. */
     341#define VD_CAP_PREFERRED            RT_BIT(11)
    340342/** @}*/
    341343
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