X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b59658a063489a0f89b971818530597ce329a3ce..ab2f9ddbfa677b1ce7b50c0e8dbe73cd3140f931:/src/surf/surf_timer_private.h diff --git a/src/surf/surf_timer_private.h b/src/surf/surf_timer_private.h index 7a4ae382b5..5a81f6c3af 100644 --- a/src/surf/surf_timer_private.h +++ b/src/surf/surf_timer_private.h @@ -19,9 +19,9 @@ 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;