diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-03-23 15:01:25 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-04-03 23:44:28 -0400 |
commit | a253c2b42aa124df687b54982283270f33e29994 (patch) | |
tree | 296291ec9435101ea35bf2c7e21209536d0fb792 /src/mongo/SConscript | |
parent | 03b086be7bcb082ca3b76a823560db4ab5cb0cd2 (diff) | |
download | mongo-a253c2b42aa124df687b54982283270f33e29994.tar.gz |
SERVER-23298 refactor ShardingConnectionHook and ShardingEgressMetadataHook to improve link graph
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 8b3e4b6e6cc..0b65fb199a5 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -293,6 +293,7 @@ env.Install( "s/server.cpp", "s/mongos_options.cpp", "s/mongos_options_init.cpp", + "s/client/sharding_connection_hook_for_mongos.cpp", ], LIBDEPS=[ 'db/conn_pool_options', |