Changeset 28715 in vbox
- Timestamp:
- Apr 25, 2010 8:06:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r28714 r28715 372 372 * trunk while in ring-0. (There is not point of doing this in ring-0.) 373 373 */ 374 PINTNETHDR pHdr ;374 PINTNETHDR pHdr = NULL; /* gcc silliness */ 375 375 if (pGso) 376 376 rc = IntNetRingAllocateGsoFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin, pGso,
Note:
See TracChangeset
for help on using the changeset viewer.