summaryrefslogtreecommitdiff
path: root/src/mongo/db
diff options
context:
space:
mode:
authorGeorge Wangensteen <george.wangensteen@mongodb.com>2022-09-15 19:14:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-15 21:51:59 +0000
commitfc39f3acfa1cdc9e9507267832b4091511656117 (patch)
treec40e83d133fe38793851b01ede845723ad4e72fb /src/mongo/db
parent2c903273045c274083dbb7a25746e927100ba634 (diff)
downloadmongo-fc39f3acfa1cdc9e9507267832b4091511656117.tar.gz
SERVER-68555 Add RemoteCommandExecutionError to RCR API
Diffstat (limited to 'src/mongo/db')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index c0514e4dd44..fe62eceee81 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -2153,6 +2153,7 @@ env.Library(
# NOTE: If you need to add a static or mongo initializer to mongod startup,
# please add that library here, as a private library dependency.
'$BUILD_DIR/mongo/executor/network_interface_factory',
+ '$BUILD_DIR/mongo/executor/remote_command_runner_error_info',
'$BUILD_DIR/mongo/rpc/rpc',
'$BUILD_DIR/mongo/s/commands/sharded_cluster_sharding_commands',
'$BUILD_DIR/mongo/scripting/scripting_server',