Browse Source

fix build

Samuel Thibault 13 years ago
parent
commit
c70b5c6365
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/profiling/profiling.c

+ 1 - 1
src/profiling/profiling.c

@@ -58,7 +58,7 @@ static void _starpu_bus_reset_profiling_info(struct starpu_bus_profiling_info *b
  */
  */
 
 
 /* Disabled by default */
 /* Disabled by default */
-static int _starpu_profiling = 0;
+int _starpu_profiling = 0;
 
 
 int starpu_profiling_status_set(int status)
 int starpu_profiling_status_set(int status)
 {
 {