Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
refactoring SMPI trace initialization
[simgrid.git] / src / msg / msg_legacy.cpp
index 26693aa73834c467d80fd3bb83f7ab3959aaaaab..3e25d7647813ed08be457e0e73dd20a209e3cf64 100644 (file)
@@ -218,9 +218,9 @@ void MSG_process_unref(const_sg_actor_t process)
   sg_actor_unref(process);
 }
 /** @brief Return the current number MSG processes. */
-int MSG_process_get_number()
+int MSG_process_get_number() // XBT_ATTRIB_DEPRECATED_v330
 {
-  return simgrid_get_actor_count();
+  return sg_actor_count();
 }
 /* ************************** NetZones *************************** */
 sg_netzone_t MSG_zone_get_root()