Changeset 22404 in vbox for trunk/src/VBox/Devices/Network/slirp/counters.h
- Timestamp:
- Aug 24, 2009 7:36:24 AM (15 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.