X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5bf95e7ca42c3aedf2eb3ef513320c229b3e29d..a7062f3c8933c30e8ef660499389d11e0c7bac3b:/include/smpi/forward.hpp diff --git a/include/smpi/forward.hpp b/include/smpi/forward.hpp index a42bf9184d..59603d2831 100644 --- a/include/smpi/forward.hpp +++ b/include/smpi/forward.hpp @@ -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;