Преглед изворни кода

poti_headers now has a parameter to keep compatibility with vite 1.2

Samuel Thibault пре 12 година
родитељ
комит
521e195af2
1 измењених фајлова са 1 додато и 1 уклоњено
  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");