X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f50f809c4d885ff2b2c1a626d69ebb4cea0502f..8282175dc02662a4a07ea3cbd4462662a0943440:/include/xbt/mallocator.h diff --git a/include/xbt/mallocator.h b/include/xbt/mallocator.h index 9655093a13..cc4b78a9ee 100644 --- a/include/xbt/mallocator.h +++ b/include/xbt/mallocator.h @@ -53,7 +53,7 @@ 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(void); +XBT_PUBLIC(void) xbt_mallocator_initialization_is_done(int protect); /** @} */ SG_END_DECL()