backend: check if we need to update rusage stats, if stat_mutex is busy
[fio.git] / crc / xxhash.h
index e80a91d094b2598c161ad0b475c52a76e891a07a..8850d208a00fbfbf08d7f89ffe617f2f49bdd1c3 100644 (file)
@@ -88,7 +88,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;
 // Simple Hash Functions
 //****************************
 
-unsigned int XXH32 (const void* input, int len, unsigned int seed);
+uint32_t XXH32 (const void* input, uint32_t len, uint32_t seed);
 
 /*
 XXH32() :