]> granicus.if.org Git - pdns/commitdiff
Group with other non-statics
authorphonedph1 <phoned@gmail.com>
Tue, 18 Sep 2018 14:00:18 +0000 (14:00 +0000)
committerphonedph1 <phoned@gmail.com>
Tue, 18 Sep 2018 14:00:18 +0000 (14:00 +0000)
pdns/pdns_recursor.cc

index d9e4f2113f4783f79836ae2d31d6fa605ce55574..9444cdb2f2ec5678d807379475702798865fd520 100644 (file)
@@ -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};