Changeset 102797 in vbox for trunk/src/VBox/NetworkServices/NetLib
- Timestamp:
- Jan 9, 2024 3:01:16 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.