X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5071b3b404fbbfc84172a08fb4086bc5ce97fc9..d155fd69fa99c97b3a9c86bb7f2e472c2e7332df:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index b64b4d0999..d1e6f5c02f 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);