Changeset 102797 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jan 9, 2024 3:01:16 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r100870 r102797 323 323 xpc_dictionary_set_data(hObj, "req", &GetBufferPtrsReq, sizeof(GetBufferPtrsReq)); 324 324 xpc_object_t hObjReply = xpc_connection_send_message_with_reply_sync(pThis->hXpcCon, hObj); 325 xpc_release(hObj); 326 325 327 uint64_t u64Rc = xpc_dictionary_get_uint64(hObjReply, "rc"); 326 328 if (INTNET_R3_SVC_IS_VALID_RC(u64Rc))
Note:
See TracChangeset
for help on using the changeset viewer.