VirtualBox

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


Ignore:
Timestamp:
Jun 14, 2009 5:28:17 PM (16 years ago)
Author:
vboxsync
Message:

DrvNAT.cpp: r=bird that needs action.

File:
1 edited

Legend:

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

    r20555 r20556  
    6161    extern "C" void slirp_counting_counter_##name##_reset(PNATState pData); \
    6262    extern "C" void slirp_counting_counter_##name##_inc(PNATState pData); \
    63     extern "C" void slirp_counting_counter_##name##_add(PNATState pData, int val);
     63    extern "C" void slirp_counting_counter_##name##_add(PNATState pData, int val); /**< @todo r=bird: COUNTING_COUTER is missing an 'N'
     64                                                                                      and trailing a semicolon. The general idea is that
     65                                                                                      macros functions should have a trailing semicolon to
     66                                                                                      make the source easier to parse for doxygen and editors. */
    6467/** @todo think abaout it */
    6568# define PROFILE_COUNTER(name, dsc)
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