Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate an unused function.
[simgrid.git] / src / simix / ActorImpl.cpp
index c23b3b8..c60f9cc 100644 (file)
@@ -702,7 +702,9 @@ void SIMIX_process_yield(smx_actor_t self)
   }
 }
 
-/** @brief Returns the list of processes to run. */
+/** @brief Returns the list of processes to run.
+ * @deprecated
+ */
 const std::vector<smx_actor_t>& simgrid::simix::process_get_runnable()
 {
   return simix_global->process_to_run;