diff options
Diffstat (limited to 'src/mongo/db/query/find.h')
| -rw-r--r-- | src/mongo/db/query/find.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/find.h b/src/mongo/db/query/find.h index 2b45efcd602..235ebf91ed8 100644 --- a/src/mongo/db/query/find.h +++ b/src/mongo/db/query/find.h @@ -73,6 +73,7 @@ void endQueryOp(OperationContext* opCtx, const CollectionPtr& collection, const PlanExecutor& exec, long long numResults, - CursorId cursorId); + boost::optional<ClientCursorPin&> cursor, + const BSONObj& cmdObj); } // namespace mongo |
