Changeset 62920 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 3, 2016 2:16:19 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp
r62511 r62920 195 195 { 196 196 INTNETSG Sg; 197 IntNetSgInitTemp(&Sg, (void *)pvBuf, cbBuf);197 IntNetSgInitTemp(&Sg, (void *)pvBuf, (uint32_t)cbBuf); 198 198 int rc = intnetR0RingWriteFrame(pRingBuf, &Sg, NULL); 199 199 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.