diff options
author | Gregory Noma <gregory.noma@gmail.com> | 2020-02-11 14:39:18 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-14 19:59:50 +0000 |
commit | 5b09af74ef3791ae94bf1d8e7f1e29abb9e74ac3 (patch) | |
tree | 9deaf30425a564519ef38c5d482d23c75cf66c4a /src/mongo/SConscript | |
parent | fbb3d66a7fdc665c91351730a8fba067fbbbd905 (diff) | |
download | mongo-5b09af74ef3791ae94bf1d8e7f1e29abb9e74ac3.tar.gz |
SERVER-45966 Add ClientMetadataPropagationEgressHook for NetworkInterface used by ReplicaSetNodeProcessInterface
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index ed2c87c6be7..57cdf022a47 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -372,6 +372,7 @@ mongod = env.Program( 'db/catalog/document_validation', 'db/catalog/health_log', 'db/catalog/index_key_validate', + 'db/client_metadata_propagation_egress_hook', 'db/cloner', 'db/collection_index_usage_tracker', 'db/commands/mongod', |