Преглед на файлове

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

Nathalie Furmento преди 11 години
родител
ревизия
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