Changeset 97089 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Oct 11, 2022 11:46:46 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154042
- Location:
- trunk/src/VBox/NetworkServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/IntNetSwitch/main.cpp
r97084 r97089 654 654 { 655 655 xpc_connection_set_context(hXpcCon, pSession); 656 xpc_connection_ activate(hXpcCon);656 xpc_connection_resume(hXpcCon); 657 657 xpc_transaction_begin(); 658 658 ASMAtomicIncU32(&g_DevExt.cRefs); -
trunk/src/VBox/NetworkServices/NetLib/IntNetIf.cpp
r97078 r97089 271 271 }); 272 272 273 xpc_connection_ activate(hXpcCon);273 xpc_connection_resume(hXpcCon); 274 274 pThis->hXpcCon = hXpcCon; 275 275 # endif
Note:
See TracChangeset
for help on using the changeset viewer.