X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b59658a063489a0f89b971818530597ce329a3ce..1d6f35064b982906e6931d6e2cfbf22ab51a10b3:/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;