Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvement
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 19 Feb 2019 23:17:13 +0000 (00:17 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 19 Feb 2019 23:17:22 +0000 (00:17 +0100)
include/simgrid/Exception.hpp

index a0786a9..0e2ce75 100644 (file)
@@ -134,7 +134,7 @@ public:
   }
 };
 
   }
 };
 
-/** Exception raised when a communication fails because of the network */
+/** Exception raised when a communication fails because of the network or because of the remote host */
 class NetworkFailureException : public xbt_ex {
 public:
   NetworkFailureException(simgrid::xbt::ThrowPoint throwpoint, std::string message)
 class NetworkFailureException : public xbt_ex {
 public:
   NetworkFailureException(simgrid::xbt::ThrowPoint throwpoint, std::string message)