X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..29d98d1ceb682fbc4c734a92353be4b0bcd5d17b:/include/simgrid/s4u/forward.hpp diff --git a/include/simgrid/s4u/forward.hpp b/include/simgrid/s4u/forward.hpp index 5b864a8ce9..cc29359308 100644 --- a/include/simgrid/s4u/forward.hpp +++ b/include/simgrid/s4u/forward.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,6 +7,7 @@ #define SIMGRID_S4U_FORWARD_HPP #include +#include namespace simgrid { namespace s4u { @@ -16,13 +17,19 @@ using ActorPtr = boost::intrusive_ptr; class Activity; class Comm; +using CommPtr = boost::intrusive_ptr; class Engine; class Host; +class Link; class Mailbox; using MailboxPtr = boost::intrusive_ptr; +class Mutex; +class NetZone; class Storage; +XBT_PUBLIC(void) intrusive_ptr_release(Comm* c); +XBT_PUBLIC(void) intrusive_ptr_add_ref(Comm* c); } }