]> git.ipfire.org Git - thirdparty/unbound.git/commit
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 22 Aug 2018 10:51:13 +0000 (10:51 +0000)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 22 Aug 2018 10:51:13 +0000 (10:51 +0000)
commit0171d06aa242f1e79af59a6cc124bc3f067aded6
tree353d05d2cf63fafe074c06b1df3ce2a56ac14247
parent4daf8f5bdbaeeb9d2bce2ca515bb52ee07ac3036
- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This
  gives access to reply information for the client's communication
  point when the callback is called before the mesh state (modules).
  Changes to C and Python's inplace_callback signatures were also
  necessary.

git-svn-id: file:///svn/unbound/trunk@4870 be551aaa-1e26-0410-a405-d3ace91eadb9
15 files changed:
daemon/worker.c
doc/Changelog
libunbound/libworker.c
pythonmod/doc/examples/example6.rst
pythonmod/examples/inplace_callbacks.py
pythonmod/examples/resip.py
pythonmod/interface.i
pythonmod/pythonmod.h
services/authzone.c
services/authzone.h
services/localzone.c
services/mesh.c
util/data/msgreply.c
util/data/msgreply.h
util/module.h