There are no callers of this method any more, and it exposes more
of BeesRoots than we really want things to have access to.
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
return m_ctx->fd_cache()->open_root_ino(root, ino);
}
-RateEstimator &
-BeesRoots::transid_re()
-{
- return m_transid_re;
-}
-
void
BeesRoots::insert_tmpfile(Fd fd)
{
Timer m_crawl_timer;
BeesThread m_crawl_thread;
BeesThread m_writeback_thread;
- RateEstimator m_transid_re;
bool m_workaround_btrfs_send = false;
shared_ptr<BeesScanMode> m_scanner;
void writeback_thread();
uint64_t next_root(uint64_t root = 0);
void current_state_set(const BeesCrawlState &bcs);
- RateEstimator& transid_re();
bool crawl_batch(shared_ptr<BeesCrawl> crawl);
void clear_caches();