]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/actor/ActorImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make SIMIX_simcall_name() use the type of observer_ if it exists.
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index 6b9d67446a64ce3221e3c87e83d1732115b8694d..aa4ec1b970b07e1b8f6f511746daf037ef29f052 100644 (file)
@@ -154,7 +154,7 @@ public:
   void* data                                                               = nullptr;
   s4u::Host* host                                                          = nullptr;
   double kill_time                                                         = 0.0;
-  const std::unordered_map<std::string, std::string> properties;
+  const std::unordered_map<std::string, std::string> properties{};
   bool auto_restart                                                        = false;
   bool daemon_                                                             = false;
   /* list of functions executed when the process dies */