]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Allow worker threads to send tasks to handler thread
authorKevin P. Fleming <kevin@km6g.us>
Fri, 24 Sep 2021 20:52:03 +0000 (16:52 -0400)
committerKevin P. Fleming <kevin@km6g.us>
Thu, 11 Nov 2021 14:46:34 +0000 (09:46 -0500)
commit6fe5e63d1c81c306b3c1abb3109ef6369bdddfad
tree19c69eb0a70e3eb105aca535d57ba96358a374c1
parent1d28a643ad6226bfb482c1bdeac4525eb9bfcaa4
rec: Allow worker threads to send tasks to handler thread

Extend the ThreadMSG mechanism to allow worker threads to submit
tasks to be executed by the handler thread (one-way only, no
answers can be returned).
pdns/pdns_recursor.cc