Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correct initializer
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 6 Aug 2014 23:59:59 +0000 (01:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 6 Aug 2014 23:59:59 +0000 (01:59 +0200)
include/simgrid/platf.h

index 48b7eea..4da5c79 100644 (file)
@@ -317,7 +317,7 @@ typedef struct s_sg_platf_process_cbarg {
   e_surf_process_on_failure_t on_failure;
 } s_sg_platf_process_cbarg_t;
 
-#define SG_PLATF_PROCESS_INITIALIZER {NULL,0,NULL,NULL,NULL,-1,-1,SURF_PROCESS_ON_FAILURE_DIE}
+#define SG_PLATF_PROCESS_INITIALIZER {NULL,0,NULL,NULL,NULL,-1.0,-1.0,SURF_PROCESS_ON_FAILURE_DIE}
 
 typedef struct s_sg_platf_AS_cbarg *sg_platf_AS_cbarg_t;
 typedef struct s_sg_platf_AS_cbarg {