Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to have a double because the result should not be an integer.
[simgrid.git] / src / simix / smx_smurf_private.h
index 6ce40e2..083008a 100644 (file)
@@ -513,7 +513,7 @@ typedef struct s_smx_simcall {
       size_t size;
       size_t nmemb;
       smx_file_t stream;
-      size_t result;
+      double result;
     } file_read;
 
     struct {