X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Faxmap.h;h=aa5976898c114fb8870865db753200a6140cc978;hb=2474b06db61072bcb027c8f3b309b8df3f74627c;hp=55349d8731f2e4edfcc01f7aad025e309782acf6;hpb=aeb7ff8f54e68fa7a8c35ca8b4c0061de1063cf1;p=fio.git diff --git a/lib/axmap.h b/lib/axmap.h index 55349d87..aa597689 100644 --- a/lib/axmap.h +++ b/lib/axmap.h @@ -5,7 +5,7 @@ #include "types.h" struct axmap; -struct axmap *axmap_new(unsigned long nr_bits); +struct axmap *axmap_new(uint64_t nr_bits); void axmap_free(struct axmap *bm); void axmap_set(struct axmap *axmap, uint64_t bit_nr);