Просмотр исходного кода

include/starpu_bitmap.h: add missing starpu_bitmap_has_next() function prototype

Nathalie Furmento лет назад: 12
Родитель
Сommit
e1166e9eb0
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      include/starpu_bitmap.h

+ 2 - 0
include/starpu_bitmap.h

@@ -44,4 +44,6 @@ int starpu_bitmap_first(struct starpu_bitmap *);
 int starpu_bitmap_last(struct starpu_bitmap *);
 //return the index of bit right after e, -1 if none
 int starpu_bitmap_next(struct starpu_bitmap *, int e);
+int starpu_bitmap_has_next(struct starpu_bitmap * b, int e);
+
 #endif