]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #6959 from Gibheer/master
authorPieter Lexis <pieterlexis@users.noreply.github.com>
Wed, 14 Nov 2018 08:42:49 +0000 (09:42 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Nov 2018 08:42:49 +0000 (09:42 +0100)
add namespace and instance variable to carbon key

1  2 
docs/settings.rst
pdns/auth-carbon.cc
pdns/common_startup.cc
pdns/dnsdist-carbon.cc
pdns/dnsdist-lua.cc
pdns/dnsdist.hh
pdns/rec_channel_rec.cc
pdns/recursordist/docs/settings.rst

Simple merge
index 325bac326e71bbd7656d8edadf2ce4aa4183f103,9c3697aef6f213d9c1ec421127615c6db94882e4..374b243ccdade2c28c6b226dca6f9b38fba18584
  void* carbonDumpThread(void*)
  try
  {
 +  setThreadName("pdns/carbonDump");
    extern StatBag S;
  
+   string namespace_name=arg()["carbon-namespace"];
    string hostname=arg()["carbon-ourname"];
    if(hostname.empty()) {
      char tmp[80];
Simple merge
Simple merge
Simple merge
diff --cc pdns/dnsdist.hh
Simple merge
Simple merge
Simple merge