X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a45fa4dc0e8e1d2a2b32020473c4c3ddd8debdc..aed0f6ac086335aa0b76f51e34603fb9915f2847:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index a08e6a67da..fb46ea8f13 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -11,6 +11,13 @@ #include +typedef void *sg_routing_link_t; /* The actual type is model-dependent so use void* instead*/ +typedef struct s_routing_edge *sg_routing_edge_t; + +XBT_PUBLIC(sg_routing_edge_t) sg_routing_edge_by_name_or_null(const char *name); + + + typedef struct tmgr_trace *tmgr_trace_t; /**< Opaque structure defining an availability trace */ XBT_PUBLIC(tmgr_trace_t) tmgr_trace_new(const char *filename); XBT_PUBLIC(tmgr_trace_t) tmgr_trace_new_from_string(const char *id,