mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com> New in v2: - storage_service: add a non-const version of get_token_metadata(). - get_broadcast_address(): check if net::get_messaging_service().local_is_initialized() before calling net::get_local_messaging_service().listen_address(). - get_broadcast_address(): return an inet_address by value. - system_keyspace: introduce db::system_keyspace::endpoint_dc_rack - fb_utilities: use listen_address as broadcast_address for now