From e10ff189aca57bba91933088195d4edda199cb20 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 23:14:48 +0200 Subject: Adding upstream version 1.9.3. Signed-off-by: Daniel Baumann --- dnsdist-console.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dnsdist-console.hh') diff --git a/dnsdist-console.hh b/dnsdist-console.hh index 1ef046c..6e227d4 100644 --- a/dnsdist-console.hh +++ b/dnsdist-console.hh @@ -22,6 +22,7 @@ #pragma once #include "config.h" +#include "sstuff.hh" #ifndef DISABLE_COMPLETION struct ConsoleKeyword { @@ -55,7 +56,7 @@ extern uint32_t g_consoleOutputMsgMaxSize; void doClient(ComboAddress server, const std::string& command); void doConsole(); -void controlThread(int fd, ComboAddress local); +void controlThread(std::shared_ptr acceptFD, ComboAddress local); void clearConsoleHistory(); void setConsoleMaximumConcurrentConnections(size_t max); -- cgit v1.2.3