X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec4656ceb7707c85a2228f23d88aae20798e4755..583b45fc459df9a4d3990cbf74009b3ffb63ef4a:/src/surf/storage.c diff --git a/src/surf/storage.c b/src/surf/storage.c index 271bb0b47e..5c02fa6013 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -84,6 +84,7 @@ static surf_action_t storage_action_ls(void *storage, const char* path) static surf_action_t storage_action_get_size(void *storage, surf_file_t stream) { surf_action_t action = storage_action_execute(storage,0,GET_SIZE); + action->file = stream; return action; }