From 3b9581e84e19723087b31b79674801b6c06ae533 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Wed, 18 Aug 2010 09:23:15 +0200 Subject: Imported Upstream version 1.6.1 --- s/chunk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's/chunk.h') diff --git a/s/chunk.h b/s/chunk.h index 2ec43a6..b81b788 100644 --- a/s/chunk.h +++ b/s/chunk.h @@ -269,7 +269,7 @@ namespace mongo { void getAllShards( set& all ); void getShardsForRange(set& shards, const BSONObj& min, const BSONObj& max); // [min, max) - void save(); + void save( bool major ); string toString() const; @@ -307,7 +307,7 @@ namespace mongo { void _reload_inlock(); void _load(); - void save_inlock(); + void save_inlock( bool major ); ShardChunkVersion getVersion_inlock() const; void ensureIndex_inlock(); -- cgit v1.2.3