mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Move it from a function-local static to a class static variable. We will want to extend it in two ways: - add more information per connection index (like the rpc isolation cookie) - support adding more connections for per-user SLA As a first step, make it an array of structures and make it accessible to all of messaging_service.