]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/platf.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove kill_time from MSG_process_create_with_environment
[simgrid.git] / include / simgrid / platf.h
index ce33501779764606e5953903274c0b8748af0e68..fb46ea8f13731f4d22909b4f33e8ce56071fe9b7 100644 (file)
@@ -14,6 +14,8 @@
 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 */