VirtualBox

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


Ignore:
Timestamp:
Dec 8, 2008 4:33:53 AM (16 years ago)
Author:
vboxsync
Message:

slirp:macro: added parentesis to macro parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r15084 r15085  
    2929#  define DO_ENGAGE_EVENT1(so, fdset0, label)                                                           \
    3030        do {                                                                                            \
    31                 rc = WSAEventSelect(so->s, VBOX_SOCKET_EVENT, FD_ALL_EVENTS);                           \
     31                rc = WSAEventSelect((so)->s, VBOX_SOCKET_EVENT, FD_ALL_EVENTS);                         \
    3232                if (rc == SOCKET_ERROR)                                                                 \
    3333                {                                                                                       \
     
    3535                    error = WSAGetLastError();                                                          \
    3636                    LogRel(("WSAEventSelector (" #label ") error %d (so=%x, socket=%s, event=%x)\n",    \
    37                              error, so, so->s, VBOX_SOCKET_EVENT));                                     \
     37                             error, (so), (so)->s, VBOX_SOCKET_EVENT));                                 \
    3838                }                                                                                       \
    3939        } while(0);                                                                                     \
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