From 09636c5b92bc3b9e8d3b74ef633a9ca89cfd522c Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 19 Jul 2016 08:32:13 +0200 Subject: [PATCH] Let lwip_stats appear in docs --- src/include/lwip/stats.h | 1 + 1 file changed, 1 insertion(+) 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 */