X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/392a563ed3be3ffdaaefbdad8c779f360b30fcda..5e5a85aa73a7854d577091848b08dec2351012ab:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 53d66008bd..93d8ebee75 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -99,6 +99,10 @@ typedef struct surf_action_lmm { s_surf_action_t generic_action; lmm_variable_t variable; int suspended; + s_xbt_swag_hookup_t action_list_hookup; + int index_heap; + double last_update; + enum heap_action_type hat; } s_surf_action_lmm_t, *surf_action_lmm_t; /** \brief Action states