]> git.ipfire.org Git - thirdparty/pdns.git/commit
Refactor stats queue, introducing a pointor to a function that does the work
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 20 Jul 2021 07:33:17 +0000 (09:33 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 17 Aug 2021 10:04:36 +0000 (12:04 +0200)
commit5e3e08857c2b5102419567e203b3511a0919eaec
tree3285bb9c151f618c2aa7be4ff86cab52864d07a5
parented341f7117a0331094be7c44e6f7387a5bd5f5d2
Refactor stats queue, introducing a pointor to a function that does the work
(pointing to a resolve function) and almost-expired specific stats.
pdns/recpacketcache.cc
pdns/recursor_cache.cc
pdns/recursordist/Makefile.am
pdns/recursordist/rec-taskqueue.cc
pdns/recursordist/rec-taskqueue.hh
pdns/recursordist/stat_t.hh [new symlink]
pdns/recursordist/taskqueue.cc
pdns/recursordist/taskqueue.hh
pdns/recursordist/test-syncres_cc.cc