]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_request.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of github.com:simgrid/simgrid
[simgrid.git] / src / mc / mc_request.h
index 97c153ac79d4d41c25c38e6c132111d0ef9d2ed1..674b763e903d8fdf65c8e5ee433a072390e8c5fc 100644 (file)
@@ -32,9 +32,9 @@ XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx);
  *
  *  This is true if the request associated with the process is ready.
  */
-XBT_PRIVATE bool process_is_enabled(smx_process_t process);
+XBT_PRIVATE bool process_is_enabled(smx_actor_t process);
 
-XBT_PRIVATE char *request_get_dot_output(smx_simcall_t req, int value);
+XBT_PRIVATE std::string request_get_dot_output(smx_simcall_t req, int value);
 
 }
 }