Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New kind of error
[simgrid.git] / 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 */