X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Faxmap.h;h=aa5976898c114fb8870865db753200a6140cc978;hp=55349d8731f2e4edfcc01f7aad025e309782acf6;hb=de5ed0e4d398bc9d4576f9b2b82d7686989c27e1;hpb=6fa22eb8d7aec95851b37b64a2c38a17b1da48ee 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);