Changeset 22404 in vbox
- Timestamp:
- Aug 24, 2009 7:36:24 AM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/counters.h
r22403 r22404 47 47 # define DEREGISTER_COUNTER(name) do {} while (0) 48 48 # endif 49 # undef COUNTERS_INIT 49 50 #endif 50 51 … … 124 125 PROFILE_COUNTER(ALIAS_input, "ALIAS::input"); 125 126 PROFILE_COUNTER(ALIAS_output, "ALIAS::output"); 127 #endif /*!COUNTERS_INIT*/ 126 128 129 #ifdef DRV_COUNTING_COUNTER 127 130 # undef DRV_COUNTING_COUNTER 131 #endif 132 133 #ifdef DRV_PROFILE_COUNTER 128 134 # undef DRV_PROFILE_COUNTER 135 #endif 129 136 137 #ifdef COUNTING_COUNTER 130 138 # undef COUNTING_COUNTER 139 #endif 140 141 #ifdef PROFILE_COUNTER 131 142 # undef PROFILE_COUNTER 132 #endif /*!COUNTERS_INIT*/143 #endif -
trunk/src/VBox/Devices/Network/slirp/slirp.c
r22403 r22404 574 574 575 575 # undef COUNTER 576 # undef PROFILE_COUNTER577 # undef COUNTING_COUNTER578 576 /** @todo register statistics for the variables dumped by: 579 577 * ipstats(pData); tcpstats(pData); udpstats(pData); icmpstats(pData); … … 592 590 593 591 # include "counters.h" 594 595 # undef COUNTING_COUNTER596 # undef PROFILE_COUNTER597 592 #endif /* VBOX_WITH_STATISTICS */ 598 593 } -
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r22101 r22404 251 251 #include "counters.h" 252 252 253 #undef PROFILE_COUNTER254 #undef COUNTING_COUNTER255 256 253 } NATState; 257 254
Note:
See TracChangeset
for help on using the changeset viewer.