Merge branch 'fio_pr_alternate_epoch' of https://github.com/PCPartPicker/fio
[fio.git] / dedupe.h
1 #ifndef DEDUPE_H
2 #define DEDUPE_H
3
4 int init_dedupe_working_set_seeds(struct thread_data *td);
5
6 #endif