Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New kind of error
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 12 Jul 2007 13:54:50 +0000 (13:54 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 12 Jul 2007 13:54:50 +0000 (13:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3746 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/ex.h

index 3d72283..5c9a0c5 100644 (file)
@@ -232,6 +232,7 @@ typedef struct { __ex_mctx_struct } __ex_mctx_t;
 typedef enum {
   unknown_error=0,  /**< unknown error */
   arg_error,        /**< Invalid argument */
+  bound_error,      /**< Out of bounds argument */
   mismatch_error,   /**< The provided ID does not match */
   not_found_error,  /**< The searched element was not found */