From: phonedph1 Date: Tue, 18 Sep 2018 14:00:18 +0000 (+0000) Subject: Group with other non-statics X-Git-Tag: dnsdist-1.3.3~97^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6977%2Fhead;p=thirdparty%2Fpdns.git Group with other non-statics --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index d9e4f2113f..9444cdb2f2 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -186,7 +186,6 @@ static size_t s_maxUDPQueriesPerRound; static uint64_t g_latencyStatSize; static uint32_t g_disthashseed; static unsigned int g_maxTCPPerClient; -unsigned int g_networkTimeoutMsec; static unsigned int g_maxMThreads; static unsigned int g_numDistributorThreads; static unsigned int g_numWorkerThreads; @@ -222,6 +221,7 @@ RecursorStats g_stats; string s_programname="pdns_recursor"; string s_pidfname; bool g_lowercaseOutgoing; +unsigned int g_networkTimeoutMsec; unsigned int g_numThreads; uint16_t g_outgoingEDNSBufsize; bool g_logRPZChanges{false};