X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/217b4afb954d1795f011f060767b8d89533f2b71..8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index f51895af6e..31375cd6b1 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -22,11 +22,14 @@ typedef struct surf_model *surf_model_t; * 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; +typedef struct surf_storage *surf_storage_t; +typedef struct surf_stat *surf_stat_t; typedef struct lmm_element *lmm_element_t; typedef struct lmm_variable *lmm_variable_t; typedef struct lmm_constraint *lmm_constraint_t; +typedef struct lmm_constraint_light *lmm_constraint_light_t; typedef struct lmm_system *lmm_system_t; typedef struct tmgr_history *tmgr_history_t;