Changeset 106001 in vbox for trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.h
- Timestamp:
- Sep 10, 2024 11:15:32 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.h
r98103 r106001 78 78 struct VirtioRingAvail 79 79 { 80 uint16_t fFlags; /* Interrupt sup ression flag. */80 uint16_t fFlags; /* Interrupt suppression flag. */ 81 81 uint16_t Index; /* Index of available ring. */ 82 82 uint16_t aRings[1]; /* Array of indices into descriptor table. */
Note:
See TracChangeset
for help on using the changeset viewer.