Files
scylladb/api
Benny Halevy d00e49a1bb gossiper: keep and serve shared endpoint_state_ptr in map
This commit changes the interface to
using endpoint_state_ptr = lw_shared_ptr<const endpoint_state>
so that users can get a snapshot of the endpoint_state
that they must not modify in-place anyhow.
While internally, gossiper still has the legacy helpers
to manage the endpoint_state.

Fixes scylladb/scylladb#14799

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2023-08-31 09:34:36 +03:00
..
2023-08-29 11:32:16 +03:00
2023-08-29 09:36:58 +03:00
2023-07-17 17:09:36 +03:00
2023-06-07 11:59:39 +02:00
2023-08-29 11:32:16 +03:00