VirtualBox

Changeset 50208 in vbox


Ignore:
Timestamp:
Jan 24, 2014 3:10:17 AM (11 years ago)
Author:
vboxsync
Message:

lwip: Sync with git master up to
commit a70567e74f510bfe6693bf8ef014be5d742df6f2
Date: Sat Jan 18 22:16:09 2014 +0100

stats_display_igmp: also used for mld6, adjust #if accordingly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/core/stats.c

    r47886 r50208  
    8787}
    8888
    89 #if IGMP_STATS
     89#if IGMP_STATS || MLD6_STATS
    9090void
    9191stats_display_igmp(struct stats_igmp *igmp, const char *name)
     
    107107  LWIP_PLATFORM_DIAG(("tx_report: %"STAT_COUNTER_F"\n\t", igmp->tx_report));
    108108}
    109 #endif /* IGMP_STATS */
     109#endif /* IGMP_STATS || MLD6_STATS */
    110110
    111111#if MEM_STATS || MEMP_STATS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette