Add the snapshots directory path to the IndexScheduler

This commit is contained in:
Kerollmops 2022-10-25 10:53:25 +02:00 committed by Clément Renault
parent e0548e42e7
commit c063f154fb
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 12 additions and 2 deletions

View file

@ -26,6 +26,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
index_mapper,
wake_up: _,
dumps_path: _,
snapshots_path: _,
test_breakpoint_sdr: _,
planned_failures: _,
run_loop_iteration: _,