From: Martin Quinson Date: Mon, 13 Nov 2023 15:04:24 +0000 (+0100) Subject: More forward declarations X-Git-Tag: v3.35~60 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2fbee3ec784707258395638743956a9ad2bb3b33 More forward declarations --- diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 3edfa803d1..fc38085051 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -155,6 +155,8 @@ namespace activity { using ConditionVariableImplPtr = boost::intrusive_ptr; XBT_PUBLIC void intrusive_ptr_add_ref(ConditionVariableImpl* cond); XBT_PUBLIC void intrusive_ptr_release(ConditionVariableImpl* cond); + class ConditionVariableAcquisitionImpl; + using ConditionVariableAcquisitionImplPtr = boost::intrusive_ptr; class CommImpl; using CommImplPtr = boost::intrusive_ptr;