X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b59658a063489a0f89b971818530597ce329a3ce..f4ae32c676421a6cd5c076b273dd7a07f2695957:/src/surf/surf_timer_private.h diff --git a/src/surf/surf_timer_private.h b/src/surf/surf_timer_private.h index 7a4ae382b5..584f73caf1 100644 --- a/src/surf/surf_timer_private.h +++ b/src/surf/surf_timer_private.h @@ -17,11 +17,11 @@ /* } s_surf_action_timer_t, *surf_action_timer_t; */ typedef struct command { - surf_resource_t resource; /* Any such object, added in a trace + surf_model_t model; /* Any such object, added in a trace should start by this field!!! */ - void *fun; + void *function; void *args; - char *name; + s_xbt_swag_hookup_t command_set_hookup; } s_command_t, *command_t; extern xbt_dict_t command_set;