Explorar el Código

Add missing piece of commit

Samuel Thibault hace 14 años
padre
commit
ad7869523c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      include/starpu_perfmodel.h

+ 4 - 0
include/starpu_perfmodel.h

@@ -61,6 +61,10 @@ struct starpu_regression_model_t {
 	double sumlnx;
 	double sumlnx2;
 
+	/* minimum/maximum(size) */
+	unsigned long minx;
+	unsigned long maxx;
+
 	/* sum of ln(size) ln(measured) */
 	double sumlnxlny;