- Timestamp:
- Mar 25, 2024 5:25:29 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r103508 r104044 356 356 uint16_t cSegsUsed; 357 357 /** Variable sized list of segments. */ 358 INTNETSEG aSegs[1]; 358 RT_FLEXIBLE_ARRAY_EXTENSION 359 INTNETSEG aSegs[RT_FLEXIBLE_ARRAY]; 359 360 } INTNETSG; 360 361 AssertCompileSizeAlignment(INTNETSG, 8);
Note:
See TracChangeset
for help on using the changeset viewer.