X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa2bc3b93a6e6f6de5b753b5298ea809f26d3ffe..619dffa6d826202aec668a86bf4bdd263d86546d:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 3171b355f0..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 @@ -23,6 +23,7 @@ typedef struct surf_model *surf_model_t; */ 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;