]> git.ipfire.org Git - thirdparty/unbound.git/commit
Improve dynlib module and add documentation
authorPMunch <peterme@peterme.net>
Mon, 21 Oct 2019 12:20:33 +0000 (14:20 +0200)
committerPMunch <peterme@peterme.net>
Mon, 21 Oct 2019 12:20:33 +0000 (14:20 +0200)
commit8eeb910e3d07f1a1b1f540ffc0fc34c5c2097f8f
tree03e01a676325b34c1d958814f731aeccbcd2aa8f
parent1762437121c91c6972d3fb8c22266d0c8d837f0c
Improve dynlib module and add documentation

Dynamic library module is now only a thin wrapper that loads dynamic
libraries and forwards all function calls directly to the loaded module.
This meant adding get_mem and clear, and get_mem calls have been added
in the expected places.

Documentation has also been added to the example.conf and the
unbound.conf manpage.
daemon/remote.c
doc/example.conf.in
doc/unbound.conf.5.in
dynlibmod/dynlibmod.c
dynlibmod/dynlibmod.h
dynlibmod/examples/helloworld.c
libunbound/unbound.h
smallapp/unbound-control.c
util/shm_side/shm_main.c