Explorar el Código

fpga: fix structure member name

Samuel Thibault hace 4 años
padre
commit
083b15f5fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/starpu.h

+ 1 - 1
include/starpu.h

@@ -320,7 +320,7 @@ struct starpu_conf
         */
 	struct starpu_max_load *fpga_load;
 #else
-	void *fpga_files;
+	void *fpga_load;
 #endif
 
 	/**