mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Subroutines needed by (in this case) streams implementation moved from being file-static to class-static (exported). To make putting handler routines in separate sources possible. Because executor.cc is large and slow to compile. Separation is nice. Unfortunately, not all methods can be kept class-private, since unrelated types also use them. Reviewer suggested to instead place there is a top-level header for export, i.e. not class-private at all. I am skipping that for now, mainly because I can't come up with a good file name. Can be part of a generate refactor of helper routine organization in executor.
177 KiB
177 KiB