X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/821649e2221068a113b41b8e9c5ac4ba76887772..7a4e264744a18d8953c3bd5e4a1df05f5d6088b9:/src/include/simix/datatypes.h diff --git a/src/include/simix/datatypes.h b/src/include/simix/datatypes.h index 0ac220284c..98b21a9f41 100644 --- a/src/include/simix/datatypes.h +++ b/src/include/simix/datatypes.h @@ -51,5 +51,12 @@ SG_BEGIN_DECL() /** @} */ typedef struct s_smx_context *smx_context_t; + +/******************************* Networking ***********************************/ + typedef struct s_smx_rvpoint *smx_rvpoint_t; + typedef struct s_smx_comm *smx_comm_t; + + + SG_END_DECL() #endif