X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4676d5e57abd98702608661750274226eb48e20e..9d765a692e8aae0c06d16ce6d7db2acdd0b3b63d:/src/surf/network_private.h diff --git a/src/surf/network_private.h b/src/surf/network_private.h index dc20a8825f..b2ac15976c 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -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;