diff --git a/src/include/lwip/stats.h b/src/include/lwip/stats.h index 4e062db4..45aac704 100644 --- a/src/include/lwip/stats.h +++ b/src/include/lwip/stats.h @@ -297,6 +297,7 @@ struct stats_ { #endif }; +/** Global variable containing lwIP internal statistics. Add this to your debugger's watchlist. */ extern struct stats_ lwip_stats; /** Init statistics */