Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename smpi::Process to smpi::ActorExt
[simgrid.git] / include / smpi / forward.hpp
index 9187369..ac6b7e7 100644 (file)
@@ -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,7 @@ 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::ActorExt SMPI_Process;
 typedef simgrid::smpi::Request SMPI_Request;
 typedef simgrid::smpi::Topo SMPI_Topology;
 typedef simgrid::smpi::Topo_Cart SMPI_Cart_topology;