1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 10:06:16 +02:00

roots: split constructor into separate start method

This allows us to use the fd cache and inode resolve functions
without starting crawler threads.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2021-05-28 02:09:55 -04:00
parent 0f0da21198
commit 77ef6a0638
2 changed files with 5 additions and 2 deletions

View File

@ -987,7 +987,7 @@ BeesContext::start()
hash_table();
// Kick off the crawlers
roots();
roots()->start();
}
void