Browse Source

mic (perfmodel): Correction compilation error

Thibaud Lambert 11 years ago
parent
commit
d78aa45e9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/perfmodel/perfmodel.h

+ 1 - 1
src/core/perfmodel/perfmodel.h

@@ -37,7 +37,7 @@ struct _starpu_perfmodel_list
 
 struct starpu_data_descr;
 struct _starpu_job;
-enum starpu_perfmodel_archtype;
+struct starpu_perfmodel_arch;
 
 void _starpu_get_perf_model_dir(char *path, size_t maxlen);
 void _starpu_get_perf_model_dir_codelets(char *path, size_t maxlen);