X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be0e4648c5b7055580df1c265b7c43ee6763a46..9d765a692e8aae0c06d16ce6d7db2acdd0b3b63d:/src/surf/network_private.h diff --git a/src/surf/network_private.h b/src/surf/network_private.h index 68dfe46828..b2ac15976c 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -28,12 +28,11 @@ 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; struct { const char* link_name; @@ -44,7 +43,6 @@ typedef struct surf_action_network_CM02 { #ifdef HAVE_LATENCY_BOUND_TRACKING int latency_limited; #endif - int suspended; #ifdef HAVE_TRACING char *src_name; char *dst_name;