]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/mallocator.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add function call and full location in checker-side transitions
[simgrid.git] / include / xbt / mallocator.h
index bc0ddeca2b95301be7240fdd71d04408af9f6ec0..e9b4cf4eca4419cef0e8ecf3bdb055acc08ddc64 100644 (file)
@@ -47,7 +47,7 @@ XBT_PUBLIC void xbt_mallocator_free(xbt_mallocator_t mallocator);
 XBT_PUBLIC void* xbt_mallocator_get(xbt_mallocator_t mallocator);
 XBT_PUBLIC void xbt_mallocator_release(xbt_mallocator_t mallocator, void* object);
 
-XBT_PUBLIC void xbt_mallocator_initialization_is_done(int protect);
+XBT_PUBLIC void xbt_mallocator_initialization_is_done(int need_protection);
 /** @} */
 
 SG_END_DECL