summaryrefslogtreecommitdiffstats
path: root/src/mds/MDBalancer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds/MDBalancer.h')
-rw-r--r--src/mds/MDBalancer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds/MDBalancer.h b/src/mds/MDBalancer.h
index ce48c6febaa..18661f7bed7 100644
--- a/src/mds/MDBalancer.h
+++ b/src/mds/MDBalancer.h
@@ -44,9 +44,7 @@ public:
MDBalancer(MDSRank *m, Messenger *msgr, MonClient *monc);
- void handle_conf_change(const ConfigProxy& conf,
- const std::set <std::string> &changed,
- const MDSMap &mds_map);
+ void handle_conf_change(const std::set<std::string>& changed, const MDSMap& mds_map);
int proc_message(const cref_t<Message> &m);