소스 검색

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");