From 66ff33813a8cd9d4cba96280bb613762fb0c2ce2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 11 Nov 2020 21:29:54 -0800 Subject: fixes #1323 stats framework is *way* to heavy This should reduce the amount of copying, and the overall size used by pipes and other objects quite a bit. (On my system, the sizeof nni_pipe shrank by 400 bytes, for example.) --- docs/man/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/man/CMakeLists.txt') diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt index 0f175195..a33d4ee8 100644 --- a/docs/man/CMakeLists.txt +++ b/docs/man/CMakeLists.txt @@ -163,6 +163,7 @@ if (NNG_ENABLE_DOC) nng_socket_set nng_stats_free nng_stats_get + nng_stat_bool nng_stat_child nng_stat_desc nng_stat_find @@ -354,6 +355,7 @@ if (NNG_ENABLE_DOC) nng_options nng_pipe nng_sockaddr + nng_sockaddr_abstract nng_sockaddr_in nng_sockaddr_in6 nng_sockaddr_inproc -- cgit v1.2.3-70-g09d2