Changeset 59993 in vbox
- Timestamp:
- Mar 11, 2016 1:48:04 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp
r59990 r59993 1257 1257 { 1258 1258 AssertReturn(pSG->cSegsUsed >= 1, NULL); 1259 LogFlow(("==>vboxNetLwfWinSGtoNB: segments=%d hPool=%p cb=%u max=%u\n", pSG->cSegsUsed,1260 pModule->hPool, pSG->cbTotal , VBOXNETLWF_MAX_FRAME_SIZE(pModule->uMtuSize)));1259 LogFlow(("==>vboxNetLwfWinSGtoNB: segments=%d hPool=%p cb=%u\n", pSG->cSegsUsed, 1260 pModule->hPool, pSG->cbTotal)); 1261 1261 AssertReturn(pModule->hPool, NULL); 1262 1262
Note:
See TracChangeset
for help on using the changeset viewer.