Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to please MC
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 5 Apr 2017 18:25:53 +0000 (20:25 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 5 Apr 2017 18:25:53 +0000 (20:25 +0200)
examples/s4u/dht-chord/s4u_dht-chord.hpp

index 7ff0be3..3e7cf06 100644 (file)
@@ -33,7 +33,7 @@ public:
 
   explicit HostChord(simgrid::s4u::Host* ptr) : host(ptr)
   {
-    std::string descr = std::string("RngSream<") + host->name() + ">";
+    std::string descr = std::string("RngSream<") + host->cname() + ">";
     stream_           = RngStream_CreateStream(descr.c_str());
   }