X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9734b132bcaf8a26ec1dbfcc71176e7182b5b0e..281f8c29e177852dcb1591fc31e363e1176857c8:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index e57f166370..5e2905f532 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -262,7 +262,8 @@ typedef enum { thread_error, /**< error while [un]locking */ host_error, /**< host failed */ tracing_error, /**< error during the simulation tracing */ - io_error /**< disk or file error */ + io_error, /**< disk or file error */ + vm_error /**< vm error */ } xbt_errcat_t; XBT_PUBLIC(const char *) xbt_ex_catname(xbt_errcat_t cat);