summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor.h
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2018-03-01 17:37:52 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2018-04-04 17:23:50 -0400
commit7d09f278a2acf9791b36927d6af1d30347d60391 (patch)
tree91138c5de49ba3f300df43f840e63c9979a9cebd /src/mongo/s/query/cluster_client_cursor.h
parent09253ad8f4187f4e7e4c453cc157362d751e0918 (diff)
downloadmongo-7d09f278a2acf9791b36927d6af1d30347d60391.tar.gz
SERVER-33323 Use the IDL to serialize the ARM
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor.h')
-rw-r--r--src/mongo/s/query/cluster_client_cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor.h b/src/mongo/s/query/cluster_client_cursor.h
index 653599def7e..9c01c013ce6 100644
--- a/src/mongo/s/query/cluster_client_cursor.h
+++ b/src/mongo/s/query/cluster_client_cursor.h
@@ -113,7 +113,7 @@ public:
/**
* Returns a reference to the vector of remote hosts involved in this operation.
*/
- virtual const std::vector<ClusterClientCursorParams::RemoteCursor>& getRemotes() const = 0;
+ virtual const std::size_t getNumRemotes() const = 0;
/**
* Returns the number of result documents returned so far by this cursor via the next() method.