Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SURF: Unify the types of models in a uniq s_surf_model_t (using an union) +reindent...
[simgrid.git] / src / surf / network_gtnets_private.h
index 6f76717..7929eb3 100644 (file)
@@ -43,7 +43,7 @@ typedef struct surf_action_network_GTNETS {
   network_card_GTNETS_t dst;
 } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t;
 
-extern xbt_dict_t network_card_set;
+//extern xbt_dict_t network_card_set;
 
 
 #endif /* _SURF_NETWORK_PRIVATE_H */