Changeset 9599 in vbox for trunk/include/VBox
- Timestamp:
- Jun 11, 2008 11:26:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r9565 r9599 173 173 * formats. It is silently ignored otherwise. */ 174 174 #define VD_OPEN_FLAGS_HONOR_SAME RT_BIT(2) 175 /** Do not perform the base/diff image check on open. This internally implies 176 * opening the image as readonly. Images opened with this flag should only be 175 /** Do not perform the base/diff image check on open. This does NOT imply 176 * opening the image as readonly (would break e.g. adding UUIDs to VMDK files 177 * created by other products). Images opened with this flag should only be 177 178 * used for querying information, and nothing else. */ 178 179 #define VD_OPEN_FLAGS_INFO RT_BIT(3)
Note:
See TracChangeset
for help on using the changeset viewer.