- Timestamp:
- May 24, 2023 11:27:54 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r99739 r99963 44 44 #include <iprt/path.h> 45 45 #include <iprt/rand.h> 46 #include <iprt/sg.h> 47 #include <iprt/sort.h> 46 48 #include <iprt/string.h> 47 #include <iprt/sort.h>48 49 #include <iprt/zip.h> 49 50 #include <iprt/asm.h> … … 480 481 * is too expensive. 481 482 */ 482 P PDMDATASEGpaSegments;483 PRTSGSEG paSegments; 483 484 /** Entries available in the segments array. */ 484 485 unsigned cSegments;
Note:
See TracChangeset
for help on using the changeset viewer.