VirtualBox

Changeset 97089 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Oct 11, 2022 11:46:46 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154042
Message:

NetworkServices,DrvIntNet: Use xpc_connection_resume instead of xpc_connection_activate for backwards compatibility, bugref:10297

Location:
trunk/src/VBox/NetworkServices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/IntNetSwitch/main.cpp

    r97084 r97089  
    654654            {
    655655                xpc_connection_set_context(hXpcCon, pSession);
    656                 xpc_connection_activate(hXpcCon);
     656                xpc_connection_resume(hXpcCon);
    657657                xpc_transaction_begin();
    658658                ASMAtomicIncU32(&g_DevExt.cRefs);
  • trunk/src/VBox/NetworkServices/NetLib/IntNetIf.cpp

    r97078 r97089  
    271271                });
    272272
    273                 xpc_connection_activate(hXpcCon);
     273                xpc_connection_resume(hXpcCon);
    274274                pThis->hXpcCon      = hXpcCon;
    275275# endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette