Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change "extern" for "XBT_PUBLIC_DATA".
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 13 Apr 2018 20:55:30 +0000 (22:55 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 16 Apr 2018 08:15:49 +0000 (10:15 +0200)
include/simgrid/simix.hpp

index ac29c00..dac96d2 100644 (file)
@@ -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<void()> onDeadlock;
+XBT_PUBLIC_DATA simgrid::xbt::signal<void()> onDeadlock;
 }
 }