From: Martin Quinson Date: Fri, 26 Aug 2016 18:51:32 +0000 (+0200) Subject: please sonar X-Git-Tag: v3_14~482 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f93995a3b219ca9ec5dc7ec2608b05836d0d537f please sonar --- diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 9b48240802..0da87dbbb3 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -91,7 +91,7 @@ XBT_PUBLIC(void) registerFunction(const char* name, ActorCodeFactory factory); * * If these functions manage to unlock some of the processes, then the deadlock will be avoided. */ -extern simgrid::xbt::signal onDeadlock; +extern simgrid::xbt::signal onDeadlock; } } diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 9d33439151..3b9bcdbeed 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -165,7 +165,7 @@ static std::function maestro_code; namespace simgrid { namespace simix { -simgrid::xbt::signal onDeadlock; +simgrid::xbt::signal onDeadlock; XBT_PUBLIC(void) set_maestro(std::function code) {