summaryrefslogtreecommitdiff
path: root/s/balance.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-04-23 11:22:56 -0400
committerEliot Horowitz <eliot@10gen.com>2010-04-23 11:22:56 -0400
commite7e41410dc4dacc266ab1e1c644727ec44c6a5b8 (patch)
tree5bec7874ca0deca5f0c7a4ad2c964ba1f1638bf0 /s/balance.h
parenta60318c503bf4b2c470be23abe3acd3e721375b2 (diff)
downloadmongo-e7e41410dc4dacc266ab1e1c644727ec44c6a5b8.tar.gz
clean up ping and don't fsync before or after
Diffstat (limited to 's/balance.h')
-rw-r--r--s/balance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/s/balance.h b/s/balance.h
index ed705c83b7d..a77feddd0d0 100644
--- a/s/balance.h
+++ b/s/balance.h
@@ -35,6 +35,9 @@ namespace mongo {
void balance( DBClientBase& conn );
void balance( DBClientBase& conn , const string& ns , const BSONObj& data );
+ void ping();
+ void ping( DBClientBase& conn );
+
BSONObj pickChunk( vector<BSONObj>& from, vector<BSONObj>& to );
string _myid;