Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add Floyd routing
[simgrid.git] / include / simgrid / platf.h
index 2b1f15c..2fa1d1f 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <xbt.h>
 
-typedef void *sg_routing_link_t; /* The actual type is model-dependent so use void* instead*/
+typedef void *sg_routing_link_t; /* FIXME:The actual type is model-dependent so use void* instead*/
 typedef struct RoutingEdge *sg_routing_edge_t;
 
 #ifdef __cplusplus