X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc243d6e8ffba1fe8414c61d27639192198c30f..5e5a85aa73a7854d577091848b08dec2351012ab:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index e3a6d1bebc..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 @@ -357,7 +361,7 @@ typedef struct s_storage_type { } s_storage_type_t, *storage_type_t; typedef struct s_mount { - char *id; + void *id; char *name; } s_mount_t, *mount_t;