Explorar el Código

poti_headers now has a parameter to keep compatibility with vite 1.2

Samuel Thibault hace 12 años
padre
commit
521e195af2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/debug/traces/starpu_paje.c

+ 1 - 1
src/debug/traces/starpu_paje.c

@@ -26,7 +26,7 @@ void _starpu_fxt_write_paje_header(FILE *file)
 {
 	unsigned i;
 #ifdef STARPU_HAVE_POTI
-	poti_header(1); /* 1 as parameter means basic, no extended events */
+	poti_header(1, 1); /* 1 as parameter means basic, no extended events */
 #else
 	fprintf(file, "%%EventDef	PajeDefineContainerType	1\n");
 	fprintf(file, "%%	Alias	string\n");