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

Public GIT Repository
Fix clang warnings about mismatched declarations (struct vs. class).
[simgrid.git] / src / include / surf / datatypes.h
index 31375cd6b165123554b20a0b5431f8056f3fa29b..3dd00e0fc55a5813b13d13d2c52d6e587cb2d7bd 100644 (file)
@@ -13,7 +13,7 @@
  *  Generic data structure for a model. The workstations,
  *  the CPUs and the network links are examples of models.
  */
-typedef struct surf_model *surf_model_t;
+//FIXME: typedef struct surf_model *surf_model_t;
 
 /** \ingroup SURF_actions
  *  \brief Action datatype
@@ -21,8 +21,8 @@ typedef struct surf_model *surf_model_t;
  * An action is some working amount on a model.
  * It is represented as a cost, a priority, a duration and a state.
  */
-typedef struct surf_action *surf_action_t;
-typedef struct surf_file *surf_file_t;
+//FIXME:typedef struct surf_action *surf_action_t;
+//FIXME:typedef struct surf_file *surf_file_t;
 typedef struct surf_storage *surf_storage_t;
 typedef struct surf_stat *surf_stat_t;