X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c8d74dc47818c66bab15857ebe888f5e1900e48..beca4657a3cf9a8ef593829ddd5249fcd15899ed:/src/surf/surf_timer_private.h diff --git a/src/surf/surf_timer_private.h b/src/surf/surf_timer_private.h index 7a4ae382b5..a72ce56ece 100644 --- a/src/surf/surf_timer_private.h +++ b/src/surf/surf_timer_private.h @@ -19,9 +19,10 @@ typedef struct command { surf_resource_t resource; /* 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;