Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement functions SD_workstation_route_get_list, SD_workstation_route_get_size...
[simgrid.git] / include / simdag / datatypes.h
index 78b64b6..f7d3299 100644 (file)
@@ -7,8 +7,8 @@ typedef struct SD_link_data *SD_link_data_t;
 typedef struct SD_link {
   SD_link_data_t sd_data; /* SD internal data */
   void *data; /* user data */
-  char *name;
 
+  /*char *name;*/
   /*double capacity;*/
   /*double current_bandwidth;
     double current_latency;*/