summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongobridge_options.h
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-11-10 16:34:32 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-11-10 16:34:32 -0500
commite586fad588424e86631c6fb7f5d3eb3faa451c08 (patch)
tree2397f6dcffd38035645b0edced497ad19a080381 /src/mongo/tools/mongobridge_options.h
parent4d3ea62da9ce2d08607f297bb8ce0f162937f865 (diff)
downloadmongo-e586fad588424e86631c6fb7f5d3eb3faa451c08.tar.gz
SERVER-20869 Add support for probabilistically discarding messages.
Diffstat (limited to 'src/mongo/tools/mongobridge_options.h')
-rw-r--r--src/mongo/tools/mongobridge_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/mongobridge_options.h b/src/mongo/tools/mongobridge_options.h
index 74ce0d082f1..b737156ea86 100644
--- a/src/mongo/tools/mongobridge_options.h
+++ b/src/mongo/tools/mongobridge_options.h
@@ -45,6 +45,7 @@ namespace moe = mongo::optionenvironment;
struct MongoBridgeGlobalParams {
int port = 0;
+ std::int64_t seed = 0;
std::string destUri;
MongoBridgeGlobalParams() = default;