diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-23 11:22:56 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-23 11:22:56 -0400 |
commit | e7e41410dc4dacc266ab1e1c644727ec44c6a5b8 (patch) | |
tree | 5bec7874ca0deca5f0c7a4ad2c964ba1f1638bf0 /s/balance.h | |
parent | a60318c503bf4b2c470be23abe3acd3e721375b2 (diff) | |
download | mongo-e7e41410dc4dacc266ab1e1c644727ec44c6a5b8.tar.gz |
clean up ping and don't fsync before or after
Diffstat (limited to 's/balance.h')
-rw-r--r-- | s/balance.h | 3 |
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; |