Changeset 32688 in vbox for trunk/src/VBox
- Timestamp:
- Sep 22, 2010 9:42:55 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VCICacheCore.cpp
r32553 r32688 275 275 /** Offset of the B+-Tree in the image in bytes. */ 276 276 uint64_t offTreeRoot; 277 /** Pointer to the root of the tree in memory. */278 277 /** @todo Pointer to the root of the tree in memory. */ 278 279 279 280 280 /** Offset to the block allocation bitmap in bytes. */ … … 845 845 /* 846 846 * Allocate space for the header in the block bitmap. 847 * Because the block map is empty the header has to start at block 0 847 * Because the block map is empty the header has to start at block 0 848 848 */ 849 849 uint64_t offHdr = 0; -
trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
r32553 r32688 2740 2740 vdiResize 2741 2741 }; 2742
Note:
See TracChangeset
for help on using the changeset viewer.