]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Mark pdns_recursor.cc functions/globals as static whenever possible 5106/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 3 Mar 2017 12:48:25 +0000 (13:48 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 3 Mar 2017 12:48:25 +0000 (13:48 +0100)
commitd187038c1b88af16f6bd6b2ad8cd425546761d4d
tree89c216eb25d170600d562d14cfb8e969c565b890
parent69cbdef9f49f62bae02f0a630740f6db919bece2
rec: Mark pdns_recursor.cc functions/globals as static whenever possible

This might allow the compiler to do some optimizations, and also
make it easier to see where functions and globals are used when
reading the code.
pdns/pdns_recursor.cc