Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Jan 2018 16:22:18 +0000 (17:22 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 24 Jan 2018 16:22:18 +0000 (17:22 +0100)
src/s4u/s4u_actor.cpp
src/simix/ActorImpl.cpp

index c4c9f79..5e07894 100644 (file)
@@ -21,6 +21,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_actor, "S4U actors");
 namespace simgrid {
 namespace s4u {
 
+simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> s4u::Actor::onCreation;
+
 // ***** Actor creation *****
 ActorPtr Actor::self()
 {
index 63bef05..d2b51d4 100644 (file)
@@ -146,9 +146,6 @@ void SIMIX_process_empty_trash()
 
 namespace simgrid {
 
-namespace s4u {
-simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> s4u::Actor::onCreation; // TODO cheinrich is this the right location here?
-}
 namespace simix {
 
 ActorImpl::~ActorImpl()