summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/new_find.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@mongodb.com>2014-09-16 16:23:08 -0400
committerHari Khalsa <hkhalsa@mongodb.com>2014-09-18 16:40:26 -0400
commit10f6f87c696ad742fa8f68d382531141104083f1 (patch)
tree7b01b74c6bac1a9d3a562388ba52707a8f4e1dde /src/mongo/db/query/new_find.h
parentb94e1e4a6a4c4a583dff33e5147e1091d144b3f1 (diff)
downloadmongo-10f6f87c696ad742fa8f68d382531141104083f1.tar.gz
SERVER-14668 stash recovery unit with ClientCursor
Diffstat (limited to 'src/mongo/db/query/new_find.h')
-rw-r--r--src/mongo/db/query/new_find.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mongo/db/query/new_find.h b/src/mongo/db/query/new_find.h
index c45f06a3f0c..6a020e2e07d 100644
--- a/src/mongo/db/query/new_find.h
+++ b/src/mongo/db/query/new_find.h
@@ -65,7 +65,8 @@ namespace mongo {
CurOp& curop,
int pass,
bool& exhaust,
- bool* isCursorAuthorized);
+ bool* isCursorAuthorized,
+ bool fromDBDirectClient);
/**
* Run the query 'q' and place the result in 'result'.
@@ -74,6 +75,7 @@ namespace mongo {
Message& m,
QueryMessage& q,
CurOp& curop,
- Message &result);
+ Message &result,
+ bool fromDBDirectClient);
} // namespace mongo