]> AND Public Git Repository - simgrid.git/blobdiff - ChangeLog
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix segfault when a function does not have a name
[simgrid.git] / ChangeLog
index f820250b9459137d71f7db76a3d44e53d4245dfe..ad6b503f3599e0a7e5193ee16de5803632a33ee5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 SimGrid (3.12) NOT RELEASED; urgency=low
 
+ cMSG:
+ * Interface improvement:
+   - Rename MSG_host_is_avail(h) to MSG_host_is_on(h)
+ jMSG:
+ * Interface improvement:
+   - Rename Host.isAvail() to Host.isOn()
  SIMIX:
  * New functions
    - SIMIX_process_throw: raises an exception in a remote process