mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
Register the handler of gossip verbs using ms::register_handler. Implement send_gossip using ms::send_message. The handlers are only placeholders for now. Will implement them later. A periodic timer (1 seconds) is added to send gossip message periodically.