From: Gabriel Corona Date: Tue, 5 Jul 2016 10:38:38 +0000 (+0200) Subject: XBT_PUBLIC on FutureBase::schedule() method X-Git-Tag: v3_14~800 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b4a181fd483b02d5a22083ade79906ffc4f25d40 XBT_PUBLIC on FutureBase::schedule() method --- diff --git a/include/simgrid/kernel/future.hpp b/include/simgrid/kernel/future.hpp index b3abf96765..7d94a97364 100644 --- a/include/simgrid/kernel/future.hpp +++ b/include/simgrid/kernel/future.hpp @@ -48,7 +48,7 @@ public: FutureStateBase(FutureStateBase const&) = delete; FutureStateBase& operator=(FutureStateBase const&) = delete; - void schedule(simgrid::xbt::Task&& job); + XBT_PUBLIC(void) schedule(simgrid::xbt::Task&& job); void set_exception(std::exception_ptr exception) {