Changeset 93000 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Dec 17, 2021 8:43:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp
r92999 r93000 1061 1061 PVIRTIONETWORKERR3 pWorkerR3 = &pThisCC->aWorkers[pVirtq->uIdx]; 1062 1062 1063 int rc , rcThread;1063 int rc = VINF_SUCCESS, rcThread; 1064 1064 Log10Func(("[%s] Destroying \"%s\"", pThis->szInst, pVirtq->szName)); 1065 1065 if (pVirtq->fHasWorker) … … 1740 1740 static bool virtioNetR3AddressFilter(PVIRTIONET pThis, const void *pvBuf, size_t cb) 1741 1741 { 1742 1743 RT_NOREF(cb); 1742 1744 1743 1745 #ifdef LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.