X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/488dd54cbc91fad4cb04c9d0e92609a107ad1568..6ebb8b276908d2e563a591d910e3216b38ec7502:/src/surf/storage.c?ds=sidebyside diff --git a/src/surf/storage.c b/src/surf/storage.c index 268f141837..5dd92c0c1e 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -36,6 +36,7 @@ static xbt_dynar_t storage_list; #define GENERIC_ACTION(action) GENERIC_LMM_ACTION(action).generic_action static xbt_dict_t parse_storage_content(char *filename, unsigned long *used_size); +static int storage_action_unref(surf_action_t action); static void storage_action_state_set(surf_action_t action, e_surf_action_state_t state); static surf_action_t storage_action_execute (void *storage, double size, e_surf_action_storage_type_t type); static void free_storage_content(void *p);