Files
scylla/locator
Kefu Chai 6d8188ad70 locator: topology: disambiguate type names
otherwise GCC-13 complains:
```
/home/kefu/dev/scylladb/locator/topology.hh:70:21: error: declaration of ‘const locator::topology* locator::node::topology() const’ changes meaning of ‘topology’ [-Wchanges-meaning]
   70 |     const topology* topology() const noexcept {
      |                     ^~~~~~~~
```

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
2023-04-29 17:02:25 +08:00
..
2022-10-20 12:33:41 +03:00