Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explicit instanciation of Extendable<simgrid::s4u::Host>
[simgrid.git] / src / s4u / s4u_host.cpp
index 3842d67..d68e07a 100644 (file)
@@ -29,6 +29,11 @@ int ROUTING_HOST_LEVEL;
 int USER_HOST_LEVEL;
 
 namespace simgrid {
+
+namespace xbt {
+template class Extendable<simgrid::s4u::Host>;
+}
+
 namespace s4u {
 
 simgrid::xbt::signal<void(Host&)> Host::onCreation;