From bc282425088455198a7a99511c75914477d4ed32 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 23:14:51 +0200 Subject: Merging upstream version 1.9.3. Signed-off-by: Daniel Baumann --- dnsdist-healthchecks.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dnsdist-healthchecks.hh') diff --git a/dnsdist-healthchecks.hh b/dnsdist-healthchecks.hh index 825961e..e9da6c6 100644 --- a/dnsdist-healthchecks.hh +++ b/dnsdist-healthchecks.hh @@ -27,6 +27,5 @@ extern bool g_verboseHealthChecks; -bool queueHealthCheck(std::unique_ptr& mplexer, const std::shared_ptr& ds, bool initial=false); -void handleQueuedHealthChecks(FDMultiplexer& mplexer, bool initial=false); - +bool queueHealthCheck(std::unique_ptr& mplexer, const std::shared_ptr& downstream, bool initial = false); +void handleQueuedHealthChecks(FDMultiplexer& mplexer, bool initial = false); -- cgit v1.2.3