Changeset 104045 in vbox for trunk/include/VBox
- Timestamp:
- Mar 25, 2024 5:57:06 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r104044 r104045 356 356 uint16_t cSegsUsed; 357 357 /** Variable sized list of segments. */ 358 RT_FLEXIBLE_ARRAY_EXTENSION 359 INTNETSEG aSegs[RT_FLEXIBLE_ARRAY]; 358 INTNETSEG aSegs[1]; 360 359 } INTNETSG; 361 360 AssertCompileSizeAlignment(INTNETSG, 8);
Note:
See TracChangeset
for help on using the changeset viewer.