mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 11:22:01 +00:00
This is the preparation for moving the message service to main -- keep a reference and eventually pass one to subsystems depending on messaging. Once they are ready, the reference will be turned into an instance. For now only push the reference into the messaging service init/exit itself, other subsystems will be patched next. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>