VirtualBox

Changeset 97072 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 10, 2022 4:31:26 PM (2 years ago)
Author:
vboxsync
Message:

Devices/DrvIntNet: Some compile fixes for older SDKs, bugref:10297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r97058 r97072  
    245245    if (pThis->fIntNetR3Svc)
    246246    {
    247         xpc_object_t hObj = xpc_dictionary_create_empty();
     247        xpc_object_t hObj = xpc_dictionary_create(NULL, NULL, 0);
    248248        xpc_dictionary_set_uint64(hObj, "req-id", uOperation);
    249249        xpc_dictionary_set_data(hObj, "req", pvArg, cbArg);
     
    279279    if (pThis->fIntNetR3Svc)
    280280    {
    281         xpc_object_t hObj = xpc_dictionary_create_empty();
     281        xpc_object_t hObj = xpc_dictionary_create(NULL, NULL, 0);
    282282        xpc_dictionary_set_uint64(hObj, "req-id", uOperation);
    283283        xpc_dictionary_set_data(hObj, "req", pvArg, cbArg);
     
    312312    if (pThis->fIntNetR3Svc)
    313313    {
    314         xpc_object_t hObj = xpc_dictionary_create_empty();
     314        xpc_object_t hObj = xpc_dictionary_create(NULL, NULL, 0);
    315315        xpc_dictionary_set_uint64(hObj, "req-id", VMMR0_DO_INTNET_IF_GET_BUFFER_PTRS);
    316316        xpc_dictionary_set_data(hObj, "req", &GetBufferPtrsReq, sizeof(GetBufferPtrsReq));
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