Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing XBT_PUBLIC.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Dec 2017 14:26:55 +0000 (15:26 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 17 Dec 2017 20:23:54 +0000 (21:23 +0100)
include/simgrid/s4u/Exec.hpp

index ada9cb9..4c7b4b3 100644 (file)
@@ -21,7 +21,7 @@ XBT_PUBLIC_CLASS Exec : public Activity
 public:
   friend XBT_PUBLIC(void) intrusive_ptr_release(simgrid::s4u::Exec* e);
   friend XBT_PUBLIC(void) intrusive_ptr_add_ref(simgrid::s4u::Exec* e);
-  friend ExecPtr this_actor::exec_init(double flops_amount);
+  friend XBT_PUBLIC(ExecPtr) this_actor::exec_init(double flops_amount);
 
   ~Exec() = default;