Changeset 7897 in vbox
- Timestamp:
- Apr 11, 2008 7:49:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-newInternal.h
r7780 r7897 25 25 * @{ 26 26 */ 27 /** Do not allocate a new block on this write. */ 27 /** Do not allocate a new block on this write. This is just an advisory 28 * flag. The backend may still decide in some circumstances that it wants 29 * to ignore this flag (which may cause extra dynamic image expansion). */ 28 30 #define VD_WRITE_NO_ALLOC RT_BIT(1) 29 31 /** @}*/
Note:
See TracChangeset
for help on using the changeset viewer.