Changeset 100870 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 14, 2023 12:51:17 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 158785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r98103 r100870 249 249 xpc_dictionary_set_data(hObj, "req", pvArg, cbArg); 250 250 xpc_object_t hObjReply = xpc_connection_send_message_with_reply_sync(pThis->hXpcCon, hObj); 251 xpc_release(hObj); 252 251 253 uint64_t u64Rc = xpc_dictionary_get_uint64(hObjReply, "rc"); 252 254 if (INTNET_R3_SVC_IS_VALID_RC(u64Rc))
Note:
See TracChangeset
for help on using the changeset viewer.