X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/064ce2ef6f2c3218cf06db0c11b82dc82863f746..3721210a272c9593a3bccd52f63178403b5729e3:/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp diff --git a/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp b/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp index c953820fb5..ab82939ac0 100644 --- a/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp +++ b/teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp @@ -182,7 +182,7 @@ int main(int argc, char* argv[]) } xbt_assert(argSend.front().size() == argRecv.front().size(), "Sender and receiver spec must be of the same size"); - std::vector hosts = e.getAllHosts(); + std::vector hosts = e.get_all_hosts(); simgrid::s4u::Actor::create("sender", hosts[0], sender, argSend); simgrid::s4u::Actor::create("recver", hosts[1], receiver, argRecv);