Changeset 20556 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 14, 2009 5:28:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r20555 r20556 61 61 extern "C" void slirp_counting_counter_##name##_reset(PNATState pData); \ 62 62 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. */ 64 67 /** @todo think abaout it */ 65 68 # define PROFILE_COUNTER(name, dsc)
Note:
See TracChangeset
for help on using the changeset viewer.