Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the hostnames from the CommDet patterns: MC does not have this info anymore
[simgrid.git] / src / mc / mc_pattern.hpp
index be02f9839e4d9911ec5ca13fa3d6665df35ff275..ba2f56037560ba55c49d318814fac4a893fd58c8 100644 (file)
@@ -25,8 +25,6 @@ public:
   PatternCommunicationType type = PatternCommunicationType::send;
   unsigned long src_proc        = 0;
   unsigned long dst_proc        = 0;
-  const xbt::string* src_host   = nullptr;
-  const xbt::string* dst_host   = nullptr;
   std::string rdv;
   std::vector<char> data;
   int tag   = 0;
@@ -41,7 +39,6 @@ public:
     // src_proc?
     // dst_proc?
     res.dst_proc = this->dst_proc;
-    res.dst_host = this->dst_host;
     res.rdv      = this->rdv;
     res.data     = this->data;
     // tag?