diff --git a/gms/gossiper.hh b/gms/gossiper.hh index b6a5d495e3..510580920e 100644 --- a/gms/gossiper.hh +++ b/gms/gossiper.hh @@ -269,11 +269,6 @@ public: int64_t get_endpoint_downtime(inet_address ep) const noexcept; - /** - * @param endpoint end point that is convicted. - */ - future<> convict(inet_address endpoint); - /** * Return either: the greatest heartbeat or application state * @@ -284,6 +279,11 @@ public: private: + /** + * @param endpoint end point that is convicted. + */ + future<> convict(inet_address endpoint); + /** * Removes the endpoint from gossip completely *