Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgot to document that...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Jun 2006 19:25:03 +0000 (19:25 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Jun 2006 19:25:03 +0000 (19:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2353 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 3aaddd3..4efdd31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,8 @@ SimGrid (3.1) unstable; urgency=low
   * Bug fix: Failures are now better supported thanks to Derrick's tests
     (there was many failure situations I hadn't thought of and that weren't
     correctly handled). [AL]
+  * New function: MSG_host_is_avail indicates you whether a given m_host_t
+    is up or down.
 
   GRAS:
   * New! a real RPC mecanism, as it ought to be since too long. [MQ]