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

Fix accessing data handle internals

Samuel Thibault лет назад: 4
Родитель
Сommit
d30677afab
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 2
tests/datawizard/interfaces/test_interfaces.c

@@ -16,8 +16,7 @@
 
 #include <starpu.h>
 
-/* XXX Why cant we dereference a handle without this one ? */
-#include <core/sched_policy.h>
+#include <datawizard/coherency.h>
 
 #include <assert.h>