Changeset 50208 in vbox
- Timestamp:
- Jan 24, 2014 3:10:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/core/stats.c
r47886 r50208 87 87 } 88 88 89 #if IGMP_STATS 89 #if IGMP_STATS || MLD6_STATS 90 90 void 91 91 stats_display_igmp(struct stats_igmp *igmp, const char *name) … … 107 107 LWIP_PLATFORM_DIAG(("tx_report: %"STAT_COUNTER_F"\n\t", igmp->tx_report)); 108 108 } 109 #endif /* IGMP_STATS */109 #endif /* IGMP_STATS || MLD6_STATS */ 110 110 111 111 #if MEM_STATS || MEMP_STATS
Note:
See TracChangeset
for help on using the changeset viewer.