Преглед изворни кода

in the public interface, we only manipulate data_handles

Cédric Augonnet пре 16 година
родитељ
комит
c16ae555e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/starpu-data.h

+ 1 - 1
include/starpu-data.h

@@ -41,7 +41,7 @@ void starpu_delete_data(struct starpu_data_state_t *state);
 void starpu_advise_if_data_is_important(struct starpu_data_state_t *state, unsigned is_important);
 
 void starpu_sync_data_with_mem(struct starpu_data_state_t *state);
-void starpu_notify_data_modification(data_state *state, uint32_t modifying_node);
+void starpu_notify_data_modification(struct starpu_data_state_t *state, uint32_t modifying_node);
 
 void starpu_malloc_pinned_if_possible(float **A, size_t dim);