mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
Rename load_broadcaster.cc to misc_services.cc
load_broadcaster is very small class, move it into generic file so that we can put other small services there to save on compilation time.
This commit is contained in:
@@ -480,7 +480,7 @@ scylla_core = (['database.cc',
|
||||
'service/client_state.cc',
|
||||
'service/migration_task.cc',
|
||||
'service/storage_service.cc',
|
||||
'service/load_broadcaster.cc',
|
||||
'service/misc_services.cc',
|
||||
'service/pager/paging_state.cc',
|
||||
'service/pager/query_pagers.cc',
|
||||
'streaming/stream_task.cc',
|
||||
|
||||
Reference in New Issue
Block a user