diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
commit | 5d342a758c6095b4d30aba0750b54f13b8916f51 (patch) | |
tree | 762e9aa84781f5e3b96db2c02d356c29cf0217c0 /s/balance.h | |
parent | cbe2d992e9cd1ea66af9fa91df006106775d3073 (diff) | |
download | mongodb-5d342a758c6095b4d30aba0750b54f13b8916f51.tar.gz |
Imported Upstream version 2.0.0
Diffstat (limited to 's/balance.h')
-rw-r--r-- | s/balance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/s/balance.h b/s/balance.h index 0ad2647..6875996 100644 --- a/s/balance.h +++ b/s/balance.h @@ -59,8 +59,8 @@ namespace mongo { int _balancedLastTime; // decide which chunks to move; owned here. - BalancerPolicy* _policy; - + scoped_ptr<BalancerPolicy> _policy; + /** * Checks that the balancer can connect to all servers it needs to do its job. * |