From: Arnaud Giersch Date: Fri, 13 Apr 2018 20:55:30 +0000 (+0200) Subject: Change "extern" for "XBT_PUBLIC_DATA". X-Git-Tag: v3.20~418^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4c01480f73987c88db587b0dba315695ff0f2f5e Change "extern" for "XBT_PUBLIC_DATA". --- diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index ac29c00906..dac96d2a37 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -83,7 +83,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; +XBT_PUBLIC_DATA simgrid::xbt::signal onDeadlock; } }