Explorar o código

fix function prototype name

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
5f1183ad40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/fxt.h

+ 1 - 1
src/common/fxt.h

@@ -122,7 +122,7 @@ void fut_set_filename(char *filename);
 long _starpu_gettid(void);
 
 /* Initialize the FxT library. */
-void _starpu_start_fxt_profiling(unsigned no_auto_profile);
+void _starpu_init_fxt_profiling(unsigned no_auto_profile);
 
 /* Stop the FxT library, and generate the trace file. */
 void _starpu_stop_fxt_profiling(void);