X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b29830df70e823202e384a7655e4371193ecd7..4e4a69258bc6825a548dabc242d5caeaf82ac634:/include/simgrid/s4u/forward.hpp diff --git a/include/simgrid/s4u/forward.hpp b/include/simgrid/s4u/forward.hpp index 237a5ebe33..f7ba6de699 100644 --- a/include/simgrid/s4u/forward.hpp +++ b/include/simgrid/s4u/forward.hpp @@ -13,19 +13,23 @@ 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; class Activity; class Comm; using CommPtr = boost::intrusive_ptr; class Engine; +class Exec; +using ExecPtr = boost::intrusive_ptr; class Host; class Link; class Mailbox; using MailboxPtr = boost::intrusive_ptr; class Mutex; class NetZone; - +class VirtualMachine; class File; class Storage;