From d9fecc483ed1663afb4c94a2cfc77726fb658861 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 12 Jul 2018 17:43:51 +0200 Subject: [PATCH] kill a useless type definition --- include/smpi/forward.hpp | 1 - src/smpi/include/private.hpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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, -- 2.20.1