mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-24 08:42:15 +00:00
This function needs the messaging service inside, but the closest place where it can get one from is the storage_service API handlers. Temporarily move the call for global messaging service into storage service, its turn for this cleanup will come later. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>