summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/s/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/config.h b/src/mongo/s/config.h
index a187320f55d..1b105f9901b 100644
--- a/src/mongo/s/config.h
+++ b/src/mongo/s/config.h
@@ -199,6 +199,7 @@ public:
void getAllShards(std::set<Shard>& shards) const;
void getAllShardedCollections(std::set<std::string>& namespaces) const;
+
protected:
typedef AtomicUInt64::WordType Counter;