Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup the way moddata are destroyed at the end of the time
[simgrid.git] / src / gras / Virtu / process.c
index b620f84..f1883e6 100644 (file)
@@ -54,6 +54,7 @@ int gras_procdata_add(const char *name, pvoid_f_void_t constructor,void_f_pvoid_
    fab->name        = xbt_strdup(name);
    fab->constructor = constructor;
    fab->destructor  = destructor;
+   
    return xbt_dynar_length(_gras_procdata_fabrics)-1;
 }