Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / surf / network_private.h
index dc20a88..b2ac159 100644 (file)
@@ -28,25 +28,21 @@ enum heap_action_type{
 };
 
 typedef struct surf_action_network_CM02 {
-  s_surf_action_t generic_action;
+  s_surf_action_lmm_t generic_lmm_action;
   s_xbt_swag_hookup_t action_list_hookup;
   double latency;
   double lat_current;
   double weight;
-  lmm_variable_t variable;
   double rate;
-#ifdef HAVE_SMPI
   struct {
      const char* link_name;
      double gap;
      double size;
      xbt_fifo_item_t fifo_item;
   } sender;
-#endif
 #ifdef HAVE_LATENCY_BOUND_TRACKING
   int latency_limited;
 #endif
-  int suspended;
 #ifdef HAVE_TRACING
   char *src_name;
   char *dst_name;