fio: ioengine flag cleanup
[fio.git] / dedupe.h
index d4c4dc377905685c7973c131b798d333f78023d7..bd1f9c0c0bd1de75bd30fbcf231fc84d5192a695 100644 (file)
--- a/dedupe.h
+++ b/dedupe.h
@@ -1,6 +1,7 @@
 #ifndef DEDUPE_H
 #define DEDUPE_H
 
-int init_dedupe_working_set_seeds(struct thread_data *td);
+int init_dedupe_working_set_seeds(struct thread_data *td, bool global_dedupe);
+int init_global_dedupe_working_set_seeds(void);
 
 #endif