Changeset 102797 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Jan 9, 2024 3:01:16 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 160978
- Location:
- trunk/src/VBox/NetworkServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/IntNetSwitch/VBoxIntNetSwitch.cpp
r100870 r102797 607 607 xpc_dictionary_set_data(hObjReply, "reply", &ReqReply, cbReply); 608 608 xpc_connection_send_message(hCon, hObjReply); 609 xpc_release(hObjReply); 609 610 } 610 611 -
trunk/src/VBox/NetworkServices/NetLib/IntNetIf.cpp
r100870 r102797 183 183 xpc_dictionary_set_data(hObj, "req", &GetBufferPtrsReq, sizeof(GetBufferPtrsReq)); 184 184 xpc_object_t hObjReply = xpc_connection_send_message_with_reply_sync(pThis->hXpcCon, hObj); 185 xpc_release(hObj); 186 185 187 rc = (int)xpc_dictionary_get_int64(hObjReply, "rc"); 186 188 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.