Files
scylladb/db
Dawid Medrek efd6d1f57a db/hints: Extract common types from manager.hh
Currently, data structures used in manager.hh
use their own aliases for gms::inet_address.
It is clear they all should use the same type
and having different names for it only reduces
readability of the code. This commit introduces
a common alias -- endpoint_id -- and gets rid
of the other ones.

This commit is also the first step in modularizing
manager.hh by extracting common types to another
file.
2023-09-15 02:23:30 +02:00
..
2023-08-31 00:03:04 +03:00
2023-09-05 10:09:04 +03:00
2023-08-08 11:11:07 +03:00