Explorar el Código

mic (perfmodel): Correction compilation error

Thibaud Lambert hace 12 años
padre
commit
d78aa45e9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);