]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_timer_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Corrected small bug in network model host_number is used instead of card_number.
[simgrid.git] / src / surf / surf_timer_private.h
index 7a4ae382b5bb232191dd2a567a7768aee16f0349..584f73caf15a2d54c0bb73e69fcd7735457f1f7b 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 *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;