1
0
mirror of https://github.com/Zygo/bees.git synced 2025-07-01 00:02:27 +02:00

crawl: rename next_transid() to avoid confusion with BeesScanMode::next_transid()

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2024-11-30 12:49:22 -05:00
parent b408eac98e
commit a7baa565e4
2 changed files with 5 additions and 5 deletions

View File

@ -515,7 +515,7 @@ class BeesCrawl {
bool fetch_extents();
void fetch_extents_harder();
bool next_transid();
bool restart_crawl();
BeesFileRange bti_to_bfr(const BtrfsTreeItem &bti) const;
public: