Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
XBT_PUBLIC on FutureBase::schedule() method
[simgrid.git] / include / simgrid / kernel / future.hpp
index b3abf96..7d94a97 100644 (file)
@@ -48,7 +48,7 @@ public:
   FutureStateBase(FutureStateBase const&) = delete;
   FutureStateBase& operator=(FutureStateBase const&) = delete;
 
-  void schedule(simgrid::xbt::Task<void()>&& job);
+  XBT_PUBLIC(void) schedule(simgrid::xbt::Task<void()>&& job);
 
   void set_exception(std::exception_ptr exception)
   {