]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdist-console.hh
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
[thirdparty/pdns.git] / pdns / dnsdist-console.hh
index 7de8b68454f8bb3c10f67e015e3e60c9f810af61..1c3bb6e2f878118b56e884a243dfbee55e966be3 100644 (file)
@@ -43,6 +43,7 @@ extern const std::vector<ConsoleKeyword> g_consoleKeywords;
 extern std::string g_consoleKey; // in theory needs locking
 extern bool g_logConsoleConnections;
 extern bool g_consoleEnabled;
+extern uint32_t g_consoleOutputMsgMaxSize;
 
 void doClient(ComboAddress server, const std::string& command);
 void doConsole();