Changeset 108375 in vbox
- Timestamp:
- Feb 25, 2025 2:49:37 PM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/UsbNet.cpp
r108374 r108375 1252 1252 int rc = VINF_SUCCESS; 1253 1253 LogFlowFunc(("/#%u/ pInterface=%p cMillies=%u\n", pThis->pUsbIns->iInstance, pInterface, cMillies)); 1254 1254 1255 1255 RTCritSectEnter(&pThis->CritSect); 1256 1256 pThis->fHaveToHostQueueWaiter = usbNetQueueIsEmpty(&pThis->ToHostQueue) && !pThis->fSuspended; … … 1319 1319 Log4(("\tEthernet: 0x%04x\n", uEthType)); 1320 1320 return; 1321 } 1321 } 1322 1322 switch (protocol) 1323 1323 {
Note:
See TracChangeset
for help on using the changeset viewer.