VirtualBox

Changeset 105353 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Jul 16, 2024 11:47:19 AM (10 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164006
Message:

iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 restrictions. bugref:10725

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/proxy_pollmgr.c

    r104603 r105353  
    9393
    9494static int pollmgr_queue_callback(struct pollmgr_handler *, SOCKET, int);
    95 static void pollmgr_chan_call_handler(int, void *);
     95static DECLCALLBACK(void) pollmgr_chan_call_handler(int, void *);
    9696
    9797static void pollmgr_loop(void);
     
    275275    ptr = *(void **)buf;
    276276
    277     int rc = RTReqQueueCallEx(pollmgr.queue, NULL, 0,
    278                               RTREQFLAGS_VOID | RTREQFLAGS_NO_WAIT,
    279                               (PFNRT)pollmgr_chan_call_handler, 2,
    280                               slot, ptr);
     277    int rc = RTReqQueueCallEx(pollmgr.queue, NULL, 0, RTREQFLAGS_VOID | RTREQFLAGS_NO_WAIT,
     278                              (PFNRT)pollmgr_chan_call_handler, 2, slot, ptr);
    281279    if (RT_FAILURE(rc))
    282280    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette