summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
authorErin McNulty <erin.mcnulty@mongodb.com>2022-08-12 14:30:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-12 15:20:17 +0000
commit08feb76700a9111aa8073c163b179ec05f4405e9 (patch)
treea8ccfa4fa58c87b43c9ec150a41158553f9863e5 /src/mongo/client
parent4dab09abbd181f8aec42e1be7d27dc3ed789da05 (diff)
downloadmongo-08feb76700a9111aa8073c163b179ec05f4405e9.tar.gz
SERVER-68002: Implement skeleton implementation for free function that invokes a hedged remote command
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/async_remote_command_targeter.h3
1 files changed, 2 insertions, 1 deletions
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<RemoteCommandTargeter> targeter)