Changeset 20351 in vbox
- Timestamp:
- Jun 6, 2009 8:30:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_state.h
r20350 r20351 231 231 #endif 232 232 233 #ifdef VBOX_WITH_STATISTICS234 233 # define PROFILE_COUNTER(name, dsc) STAMPROFILE Stat ## name 235 234 # define COUNTING_COUTER(name, dsc) STAMCOUNTER Stat ## name 236 235 237 238 236 #include "counters.h" 239 240 237 241 238 #undef PROFILE_COUNTER 242 239 #undef COUNTING_COUTER 243 #endif244 240 245 241 } NATState;
Note:
See TracChangeset
for help on using the changeset viewer.