diff options
Diffstat (limited to 's/chunk.h')
-rw-r--r-- | s/chunk.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -269,7 +269,7 @@ namespace mongo { void getAllShards( set<Shard>& all ); void getShardsForRange(set<Shard>& 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(); |