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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user