Add failure_dector stop() that will be called by distributed<>::stop

Signed-off-by: Shlomi Livne <shlomi@cloudius-systems.com>
This commit is contained in:
Shlomi Livne
2015-05-12 18:10:20 +03:00
committed by Asias He
parent 64d9fca4ef
commit fbeafa67cb

View File

@@ -101,6 +101,10 @@ public:
failure_detector() {
}
future<> stop() {
return make_ready_future<>();
}
sstring get_all_endpoint_states();
std::map<sstring, sstring> get_simple_states();