X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=libfio.c;fp=libfio.c;h=0f9f4e751b7476760049a73e3c5650a5e097ff1d;hp=d88ed4ed2032ecccfad5435b0de10abc42157973;hb=d619275cfad893e37e8c59e5c9e0bc5ca4946b82;hpb=14efbb5246ef25bff36c0bccaaa6c35c5716f2d2 diff --git a/libfio.c b/libfio.c index d88ed4ed..0f9f4e75 100644 --- a/libfio.c +++ b/libfio.c @@ -34,6 +34,7 @@ #include "os/os.h" #include "filelock.h" #include "helper_thread.h" +#include "filehash.h" /* * Just expose an empty list, if the OS does not support disk util stats @@ -376,6 +377,8 @@ int initialize_fio(char *envp[]) return 1; } + file_hash_init(); + /* * We need locale for number printing, if it isn't set then just * go with the US format.