Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops, this has to be secured by the mutex
[simgrid.git] / src / smpi / smpi_process.hpp
index 0d9a73b..f31e8dd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team.
+/* Copyright (c) 2009-2010, 2012-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -37,6 +37,7 @@ class Process {
     msg_bar_t finalization_barrier_;
     int return_value_;
     smpi_trace_call_location_t trace_call_loc_;
+    smx_actor_t process_;
 #if HAVE_PAPI
   /** Contains hardware data as read by PAPI **/
     int papi_event_set_;
@@ -77,6 +78,7 @@ class Process {
     int return_value();
     void set_return_value(int val);
     static void init(int *argc, char ***argv);
+    smx_actor_t process();
 };