]> git.ipfire.org Git - thirdparty/pdns.git/commit
Rename static, global and thread_local vars to follow naming conventions 11175/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Jan 2022 08:25:24 +0000 (09:25 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Jan 2022 08:31:11 +0000 (09:31 +0100)
commitb35191d717df84c4375b08bc37047f4f7500fb9c
treee3b2fc47c67ac6fd9878b58511578cbe8fd352b9
parent3d7ab40e8385fa39151a1501763aee87f8703e4f
Rename static, global and thread_local vars to follow naming conventions

The thread_local vars in houseKeeping() should be reviewed, as some of them are only relevant for the handler thread,
so they do not need to be thread_local.
pdns/pdns_recursor.cc
pdns/rec_channel_rec.cc
pdns/recursordist/rec-main.cc
pdns/recursordist/rec-main.hh
pdns/recursordist/rec-tcp.cc