X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..939476f1fc7630eb237535b07ed0deef77ce1b24:/include/smpi/forward.hpp diff --git a/include/smpi/forward.hpp b/include/smpi/forward.hpp index 9187369661..02e866227e 100644 --- a/include/smpi/forward.hpp +++ b/include/smpi/forward.hpp @@ -21,7 +21,7 @@ class Group; class Info; class Keyval; class Op; -class Process; +class ActorExt; class Request; class Status; class Topo; @@ -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::Process SMPI_Process; typedef simgrid::smpi::Request SMPI_Request; typedef simgrid::smpi::Topo SMPI_Topology; typedef simgrid::smpi::Topo_Cart SMPI_Cart_topology;