Changeset 73097 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Jul 12, 2018 9:06:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Virtio/VirtioRing-solaris.c
r69500 r73097 78 78 pRing->pRingDesc = (void *)virtBuf; 79 79 pRing->pRingAvail = (PVIRTIORINGAVAIL)(virtBuf + (cDescs * sizeof(pRing->pRingDesc[0]))); 80 pRing->pRingUsedElem = RT_ALIGN_PT(pRing->pRingAvail + RT_ OFFSETOF(VIRTIORINGAVAIL, aRings[pQueue->Ring.cDesc]), Align,80 pRing->pRingUsedElem = RT_ALIGN_PT(pRing->pRingAvail + RT_UOFFSETOF_DYN(VIRTIORINGAVAIL, aRings[pQueue->Ring.cDesc]), Align, 81 81 PVIRTIORINGUSEDELEM); 82 82
Note:
See TracChangeset
for help on using the changeset viewer.