diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:14:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:14:49 +0000 |
commit | 2f230033794fafdf10822568e763d4db68cf6c6b (patch) | |
tree | 39ca5c2325b7b43c9a28ca6d4ad4026a61e7eb97 /dnsdist-console.hh | |
parent | Adding debian version 1.8.3-3. (diff) | |
download | dnsdist-2f230033794fafdf10822568e763d4db68cf6c6b.tar.xz dnsdist-2f230033794fafdf10822568e763d4db68cf6c6b.zip |
Merging upstream version 1.9.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | dnsdist-console.hh | 3 |
1 files changed, 2 insertions, 1 deletions
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<Socket> acceptFD, ComboAddress local); void clearConsoleHistory(); void setConsoleMaximumConcurrentConnections(size_t max); |