Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a random generator that updates its seed so that our simulation is deterministic.
[simgrid.git] / src / surf / surf_timer_private.h
index a72ce56..584f73c 100644 (file)
 /* } 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 *function;
   void *args;
-  char *name;
   s_xbt_swag_hookup_t command_set_hookup;
 } s_command_t, *command_t;