Changeset 60608 in vbox for trunk/include/VBox/vd.h
- Timestamp:
- Apr 20, 2016 5:16:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r59294 r60608 4 4 5 5 /* 6 * Copyright (C) 2006-201 5Oracle Corporation6 * Copyright (C) 2006-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 338 338 /** The backend supports the discard operation. */ 339 339 #define VD_CAP_DISCARD RT_BIT(10) 340 /** This is a frequently used backend. */ 341 #define VD_CAP_PREFERRED RT_BIT(11) 340 342 /** @}*/ 341 343
Note:
See TracChangeset
for help on using the changeset viewer.