From f93995a3b219ca9ec5dc7ec2608b05836d0d537f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 26 Aug 2016 20:51:32 +0200 Subject: [PATCH] please sonar --- include/simgrid/simix.hpp | 2 +- src/simix/smx_global.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.20.1