aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/util/shm_side/shm_main.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-08-24 18:14:04 +0000
committerCy Schubert <cy@FreeBSD.org>2020-08-24 18:14:04 +0000
commit25039b37d3883b8fdae50475cbea41a255a08ee2 (patch)
tree107a2df1bfda36ef3220a93fff6212e0c354ed36 /contrib/unbound/util/shm_side/shm_main.c
parent0a5eb308d3006e2f386620f7266b6593b300b987 (diff)
parent7973006f41cdaf144441d1a39f9f075053435e2f (diff)
downloadsrc-25039b37d3883b8fdae50475cbea41a255a08ee2.tar.gz
src-25039b37d3883b8fdae50475cbea41a255a08ee2.zip
MFV 364468:
Update unbound 1.10.1 --> 1.11.0. MFH: 1 month
Notes
Notes: svn path=/head/; revision=364721
Diffstat (limited to 'contrib/unbound/util/shm_side/shm_main.c')
-rw-r--r--contrib/unbound/util/shm_side/shm_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/unbound/util/shm_side/shm_main.c b/contrib/unbound/util/shm_side/shm_main.c
index 46a71510fea3..af8c5bcf3705 100644
--- a/contrib/unbound/util/shm_side/shm_main.c
+++ b/contrib/unbound/util/shm_side/shm_main.c
@@ -285,6 +285,10 @@ void shm_main_run(struct worker *worker)
shm_stat->mem.ipsecmod = (long long)mod_get_mem(&worker->env,
"ipsecmod");
#endif
+#ifdef WITH_DYNLIBMODULE
+ shm_stat->mem.dynlib = (long long)mod_get_mem(&worker->env,
+ "dynlib");
+#endif
}
server_stats_add(stat_total, stat_info);