Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build error with mingw.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 22 Feb 2019 21:07:01 +0000 (22:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 22 Feb 2019 21:07:45 +0000 (22:07 +0100)
src/simix/ActorImpl.hpp

index 0d7ea73..f8d8102 100644 (file)
@@ -23,7 +23,7 @@ namespace simgrid {
 namespace kernel {
 namespace actor {
 
 namespace kernel {
 namespace actor {
 
-class ActorImpl : public surf::PropertyHolder {
+class XBT_PUBLIC ActorImpl : public surf::PropertyHolder {
   s4u::Host* host_   = nullptr; /* the host on which the actor is running */
   void* userdata_    = nullptr; /* kept for compatibility, it should be replaced with moddata */
   aid_t pid_         = 0;
   s4u::Host* host_   = nullptr; /* the host on which the actor is running */
   void* userdata_    = nullptr; /* kept for compatibility, it should be replaced with moddata */
   aid_t pid_         = 0;