]> git.ipfire.org Git - thirdparty/pdns.git/commit
Make threads run until asked to stop.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 11 Nov 2019 11:34:56 +0000 (12:34 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 11 Nov 2019 11:34:56 +0000 (12:34 +0100)
commit8657c2af898ca06a484856091e975e0e4f58d512
treeaa75150d04b620b29d6ec8b998e7d873cc743e93
parentf6f641e8442c6f20f79460e84c0888359ba4354f
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.

Retry if the accidentally merged #8518 that was reverted.
pdns/pdns_recursor.cc
pdns/rec_channel.cc
pdns/rec_channel.hh
pdns/rec_channel_rec.cc