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:
Gleb Natapov
2016-12-08 18:04:47 +02:00
parent 7bcf4c690f
commit f59ecc2687
2 changed files with 1 additions and 1 deletions

View File

@@ -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',