summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.h
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2018-04-05 18:46:43 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2018-04-05 21:28:45 -0400
commit41f13212be110fc2360804fc04982273e43910f4 (patch)
tree1c75cad7feed3e2592320e2204163236bd6b568e /src/mongo/s/query/cluster_cursor_manager.h
parent7a48a263485a585dac1e1289c830eafd35a3d54b (diff)
downloadmongo-41f13212be110fc2360804fc04982273e43910f4.tar.gz
SERVER-33323 Use the IDL to serialize the ARM
Diffstat (limited to 'src/mongo/s/query/cluster_cursor_manager.h')
-rw-r--r--src/mongo/s/query/cluster_cursor_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_cursor_manager.h b/src/mongo/s/query/cluster_cursor_manager.h
index b9b4ee81ef6..cf6dc54f21e 100644
--- a/src/mongo/s/query/cluster_cursor_manager.h
+++ b/src/mongo/s/query/cluster_cursor_manager.h
@@ -198,7 +198,7 @@ public:
/**
* Returns a reference to the vector of remote hosts involved in this operation.
*/
- const std::vector<ClusterClientCursorParams::RemoteCursor>& getRemotes() const;
+ const std::size_t getNumRemotes() const;
/**
* Returns the cursor id for the underlying cursor, or zero if no cursor is owned.