From 08feb76700a9111aa8073c163b179ec05f4405e9 Mon Sep 17 00:00:00 2001 From: Erin McNulty Date: Fri, 12 Aug 2022 14:30:26 +0000 Subject: SERVER-68002: Implement skeleton implementation for free function that invokes a hedged remote command --- src/mongo/client/async_remote_command_targeter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mongo/client') diff --git a/src/mongo/client/async_remote_command_targeter.h b/src/mongo/client/async_remote_command_targeter.h index 8a429d4c8f5..25529dc513c 100644 --- a/src/mongo/client/async_remote_command_targeter.h +++ b/src/mongo/client/async_remote_command_targeter.h @@ -39,7 +39,8 @@ namespace mongo { namespace remote_command_runner { -class AsyncRemoteCommandTargeter : executor::remote_command_runner::RemoteCommandHostTargeter { +class AsyncRemoteCommandTargeter + : public executor::remote_command_runner::RemoteCommandHostTargeter { public: AsyncRemoteCommandTargeter(ReadPreferenceSetting readPref, std::shared_ptr targeter) -- cgit v1.2.1