Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix windows build
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Mar 2017 16:40:49 +0000 (17:40 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Mar 2017 16:41:07 +0000 (17:41 +0100)
include/simgrid/s4u/Actor.hpp

index c7acc5b..72a5c6e 100644 (file)
@@ -294,10 +294,10 @@ namespace this_actor {
   XBT_PUBLIC(int) pid();
 
   /** @brief Returns the PPID of the current actor. */
   XBT_PUBLIC(int) pid();
 
   /** @brief Returns the PPID of the current actor. */
-  int ppid();
+  XBT_PUBLIC(int) ppid();
 
   /** @brief Returns the name of the current actor. */
 
   /** @brief Returns the name of the current actor. */
-  std::string name();
+  XBT_PUBLIC(std::string) name();
 };
 
 /** @} */
 };
 
 /** @} */