summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_skip.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2015-10-30 13:15:39 -0400
committerDavid Storch <david.storch@10gen.com>2015-11-05 11:26:56 -0500
commit5b34689a84b969affc822e014e44816959ca460b (patch)
tree29f16d4988fbad4f5c62892fd253cbe90d02b3fa /src/mongo/s/query/router_stage_skip.h
parent5edafdbf6ca1effcb18d62c8e53b37544afecfcc (diff)
downloadmongo-5b34689a84b969affc822e014e44816959ca460b.tar.gz
SERVER-21218 make mongos forward maxTimeMS on getMore command to mongod
Diffstat (limited to 'src/mongo/s/query/router_stage_skip.h')
-rw-r--r--src/mongo/s/query/router_stage_skip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/query/router_stage_skip.h b/src/mongo/s/query/router_stage_skip.h
index b29e7fb20bd..35994d31e3e 100644
--- a/src/mongo/s/query/router_stage_skip.h
+++ b/src/mongo/s/query/router_stage_skip.h
@@ -45,6 +45,8 @@ public:
bool remotesExhausted() final;
+ Status setAwaitDataTimeout(Milliseconds awaitDataTimeout) final;
+
private:
long long _skip;