Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finally free MPI_Info from the dreaded smpi_pmpi.cpp file.
[simgrid.git] / include / smpi / forward.hpp
index a42bf91..59603d2 100644 (file)
@@ -16,6 +16,7 @@ namespace smpi {
 class Comm;
 class Datatype;
 class Group;
+class Info;
 class Op;
 class Request;
 class Topo;
@@ -36,6 +37,7 @@ class Win;
 typedef simgrid::smpi::Comm SMPI_Comm;
 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::Request SMPI_Request;
 typedef simgrid::smpi::Topo SMPI_Topology;
@@ -55,6 +57,7 @@ typedef simgrid::smpi::Type_Vector SMPI_Type_Vector;
 typedef struct SMPI_Comm SMPI_Comm;
 typedef struct SMPI_Datatype SMPI_Datatype;
 typedef struct SMPI_Group SMPI_Group;
+typedef struct SMPI_Info SMPI_Info;
 typedef struct SMPI_Op SMPI_Op;
 typedef struct SMPI_Request SMPI_Request;
 typedef struct SMPI_Topology SMPI_Topology;