From: donassbr Date: Wed, 21 Mar 2007 14:47:55 +0000 (+0000) Subject: Add support for host failure exception to the xbt_errcat_t. X-Git-Tag: v3.3~2039 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dab96f2dde2a7d6ea12cfe41a75c690ddc2e4b3b Add support for host failure exception to the xbt_errcat_t. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3321 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 0eda539c6a..92c87ff389 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -242,7 +242,8 @@ typedef enum { system_error, /**< a syscall did fail */ network_error, /**< error while sending/receiving data */ timeout_error, /**< not quick enough, dude */ - thread_error /**< error while [un]locking */ + thread_error, /**< error while [un]locking */ + host_error /**< host failed */ } xbt_errcat_t; XBT_PUBLIC(const char *) xbt_ex_catname(xbt_errcat_t cat);