X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d67901dba3dfd8e75f708c329b8144287490077..b6ac23e9dc3754bbad244ed95e7aa386f7be5da6:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 437d7944bd..3e2ac32d93 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -68,6 +68,9 @@ typedef struct s_xbt_dictelm *sg_storage_t; typedef tmgr_Trace *tmgr_trace_t; /**< Opaque structure defining an availability trace */ +typedef struct s_smx_simcall s_smx_simcall_t; +typedef struct s_smx_simcall* smx_simcall_t; + typedef enum { SURF_LINK_FULLDUPLEX = 2, SURF_LINK_SHARED = 1,