Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
XBT_PUBLIC on FutureBase::schedule() method
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 Jul 2016 10:38:38 +0000 (12:38 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 5 Jul 2016 10:38:38 +0000 (12:38 +0200)
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)
   {