X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13e0c316176dfe56c04b66d96b65a174e76d0549..f2df13795e01302813a6aef10825ec7e922ce530:/include/simgrid/platf.h diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index d894607a28..4031d13d73 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -1,6 +1,6 @@ /* platf.h - Public interface to the SimGrid platforms */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -89,7 +89,9 @@ typedef xbt_dictelm_t sg_storage_t; static inline char* sg_storage_name(sg_storage_t storage) { return storage->key; } -/* Type for any simgrid size */ +/** @ingroup m_datatypes_management_details + * @brief Type for any simgrid size + */ typedef unsigned long long sg_size_t; /* @@ -239,6 +241,7 @@ typedef struct { const char* content; const char* content_type; xbt_dict_t properties; + const char* attach; } s_sg_platf_storage_cbarg_t, *sg_platf_storage_cbarg_t; #define SG_PLATF_STORAGE_INITIALIZER {NULL,NULL,NULL,NULL} @@ -249,6 +252,7 @@ typedef struct { const char* content; const char* content_type; xbt_dict_t properties; + xbt_dict_t model_properties; sg_size_t size; } s_sg_platf_storage_type_cbarg_t, *sg_platf_storage_type_cbarg_t;