Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the 'TUTORIAL: New API' chunks
[simgrid.git] / include / simgrid / datatypes.h
index 94e1d6e..006da0a 100644 (file)
@@ -14,7 +14,7 @@ typedef struct ws_params {
 
   /* The size of other states than memory pages, which is out-of-scope of dirty
    * page tracking. */
-  long devsize;
+  sg_size_t devsize;
   int skip_stage1;
   int skip_stage2;
   double max_downtime;