X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/388fcaf14d2431fe6482c4370ae7efb5121b3949..0c5058e854366019f429316340bff257dd01cbb4:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index e80eb71c95..20a35d68f8 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -117,7 +117,7 @@ SG_BEGIN_DECL() */ /* Keep these code as binary values: java bindings manipulate | of these values */ typedef enum { MSG_OK = 0, /**< @brief Everything is right. Keep on going this way ! */ - MSG_TIMEOUT_FAILURE=1, /**< @brief nothing good happened before the timer you provided elapsed */ + MSG_TIMEOUT=1, /**< @brief nothing good happened before the timer you provided elapsed */ MSG_TRANSFER_FAILURE=2,/**< @brief There has been a problem during you task transfer. Either the network is down or the remote host has been shutdown. */