From: Martin Quinson Date: Thu, 12 Jul 2018 15:43:51 +0000 (+0200) Subject: kill a useless type definition X-Git-Tag: v3_21~475 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d9fecc483ed1663afb4c94a2cfc77726fb658861?ds=sidebyside kill a useless type definition --- diff --git a/include/smpi/forward.hpp b/include/smpi/forward.hpp index ac6b7e74de..02e866227e 100644 --- a/include/smpi/forward.hpp +++ b/include/smpi/forward.hpp @@ -38,7 +38,6 @@ typedef simgrid::smpi::Datatype SMPI_Datatype; typedef simgrid::smpi::Group SMPI_Group; typedef simgrid::smpi::Info SMPI_Info; typedef simgrid::smpi::Op SMPI_Op; -typedef simgrid::smpi::ActorExt SMPI_Process; typedef simgrid::smpi::Request SMPI_Request; typedef simgrid::smpi::Topo SMPI_Topology; typedef simgrid::smpi::Topo_Cart SMPI_Cart_topology; diff --git a/src/smpi/include/private.hpp b/src/smpi/include/private.hpp index 7210057300..9fee7fc0e8 100644 --- a/src/smpi/include/private.hpp +++ b/src/smpi/include/private.hpp @@ -59,8 +59,8 @@ typedef SMPI_Graph_topology* MPIR_Graph_Topology; typedef SMPI_Dist_Graph_topology* MPIR_Dist_Graph_Topology; -XBT_PRIVATE SMPI_Process* smpi_process(); -XBT_PRIVATE SMPI_Process* smpi_process_remote(simgrid::s4u::ActorPtr actor); +XBT_PRIVATE simgrid::smpi::ActorExt* smpi_process(); +XBT_PRIVATE simgrid::smpi::ActorExt* smpi_process_remote(simgrid::s4u::ActorPtr actor); XBT_PRIVATE int smpi_process_count(); XBT_PRIVATE void smpi_deployment_register_process(const std::string instance_id, int rank,