Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix include
[simgrid.git] / include / simgrid / s4u / forward.hpp
index 237a5ebe33215894fe06eb7e911c3fef918ee5f1..ec485ba5b33baee37d8a08959b921995b18ef2d6 100644 (file)
@@ -13,6 +13,8 @@ namespace simgrid {
 namespace s4u {
 
 class Actor;
+XBT_PUBLIC(void) intrusive_ptr_release(Actor* actor);
+XBT_PUBLIC(void) intrusive_ptr_add_ref(Actor* actor);
 using ActorPtr = boost::intrusive_ptr<Actor>;
 
 class Activity;