Browse Source

fix calling loop

Samuel Thibault 7 years ago
parent
commit
8deb96bffd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/workers.c

+ 2 - 2
src/core/workers.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2017                                Inria
- * Copyright (C) 2008-2017                                Université de Bordeaux
+ * Copyright (C) 2008-2018                                Université de Bordeaux
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  * Copyright (C) 2011                                     Télécom-SudParis
@@ -2443,7 +2443,7 @@ void starpu_worker_relax_on(void)
 
 void starpu_worker_relax_off(void)
 {
-	starpu_worker_relax_off();
+	_starpu_worker_relax_off();
 }
 
 int starpu_worker_get_relax_state(void)