Changeset 35163 in vbox for trunk/src/VBox/NetworkServices/NetLib
- Timestamp:
- Dec 16, 2010 7:37:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp
r28800 r35163 98 98 * Allocate a frame, copy the data and commit it. 99 99 */ 100 PINTNETHDR pHdr ;101 void *pvFrame ;100 PINTNETHDR pHdr = NULL; 101 void *pvFrame = NULL; 102 102 int rc = IntNetRingAllocateFrame(pRingBuf, cbFrame, &pHdr, &pvFrame); 103 103 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.