Changeset 97089 in vbox for trunk/src/VBox/NetworkServices/IntNetSwitch
- Timestamp:
- Oct 11, 2022 11:46:46 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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);
Note:
See TracChangeset
for help on using the changeset viewer.