X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc2da83df25402a015e058c475ed44a82fe18900..372f92e67e3eb3ca800b6d9bcf214594cf3b6798:/include/simgrid/activity_set.h diff --git a/include/simgrid/activity_set.h b/include/simgrid/activity_set.h index 9028407bfc..9f80ad7561 100644 --- a/include/simgrid/activity_set.h +++ b/include/simgrid/activity_set.h @@ -26,6 +26,9 @@ XBT_PUBLIC sg_activity_t sg_activity_set_wait_any(sg_activity_set_t as); XBT_PUBLIC sg_activity_t sg_activity_set_wait_any_for(sg_activity_set_t as, double timeout); XBT_PUBLIC void sg_activity_set_delete(sg_activity_set_t as); +/** You must call this function manually on activities extracted from an activity_set with waitany and friends */ +XBT_PUBLIC void sg_activity_unref(sg_activity_t acti); + SG_END_DECL #endif /* INCLUDE_SIMGRID_ACTIVITY_SET_H */