Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to set latency_factor, bandwidth_factor and weight_S parameters of the network...
[simgrid.git] / src / surf / network_gtnets_private.h
index c981fb1..2a6534c 100644 (file)
@@ -32,10 +32,6 @@ typedef struct surf_action_network_GTNETS {
   lmm_variable_t variable;
   double rate;
   int suspended;
-#ifdef KILLME
-  network_card_GTNETS_t src;
-  network_card_GTNETS_t dst;
-#endif
 } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t;
 
 //extern xbt_dict_t network_card_set;