Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt/automaton/automaton_create.c to supernovae fragile sources.
[simgrid.git] / src / surf / storage_private.h
index 4b95551..d55fc6c 100644 (file)
@@ -30,6 +30,7 @@ typedef struct surf_stat { /* file status structure */
 typedef struct surf_file {
   char *name;
   surf_stat_t content;
+  const char* storage;
 } s_surf_file_t;
 
 typedef struct storage {