Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another try to solve weird travis issues
[simgrid.git] / include / simgrid / s4u / forward.hpp
index 237a5eb..ec485ba 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;