X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=dedupe.h;h=bd1f9c0c0bd1de75bd30fbcf231fc84d5192a695;hb=07c8fe21021681f86fbfd3c3d63b88a5ebd4e557;hp=d4c4dc377905685c7973c131b798d333f78023d7;hpb=191ae9e2152ac867509aeffc983252f52d633e82;p=fio.git diff --git a/dedupe.h b/dedupe.h index d4c4dc37..bd1f9c0c 100644 --- 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