Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Break the API once again so that we can reset the struct in this function (and not...
[simgrid.git] / include / xbt / ex.h
index 81c7ef7..597ce19 100644 (file)
@@ -508,7 +508,7 @@ extern void __xbt_ex_terminate_default(xbt_ex_t *e);
 #define RETHROW5(msg,a,b,c,d,e) _XBT_PRE_RETHROW msg,a,b,c,d,e _XBT_POST_RETHROW
 
 /** @brief Exception destructor */
-void xbt_ex_free(xbt_ex_t e);
+void xbt_ex_free(xbt_ex_t *e);
 
 void xbt_ex_display(xbt_ex_t *e);