]> git.ipfire.org Git - thirdparty/pdns.git/commit
Make threads run until asked to stop.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 8 Nov 2019 13:34:39 +0000 (14:34 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 8 Nov 2019 13:34:39 +0000 (14:34 +0100)
commit31a8c1b3f8663df9a265e79f0bdf132f245b3417
treeaa0966b4882ff90f3071d7d1e8c69405d90286b7
parent14050a7723df508bc1f427919644ff61c7a1abbd
Make threads run until asked to stop.

This is safer since the atexit handler is not ran while threads are
still active. Also, when using valgrind we get more clean leak reports.
pdns/pdns_recursor.cc
pdns/rec_channel.cc
pdns/rec_channel.hh
pdns/rec_channel_rec.cc