Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics (giva a name to a struct)
[simgrid.git] / src / include / surf / surf.h
index eb4ec5b..12c74dc 100644 (file)
@@ -78,7 +78,7 @@ XBT_PUBLIC(int) find_model_description(s_surf_model_description_t * table,
        surf_model_t model_type;
      } s_surf_action_t;
 
-     typedef struct {
+     typedef struct surf_action_lmm {
        s_surf_action_t generic_action;
        lmm_variable_t variable;
        int suspended;