summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 96ca600..9be3ed0 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -141,7 +141,10 @@ typedef enum H5E_minor_t {
H5E_COMPLEN, /*name component is too long */
H5E_CWG, /*problem with current working group */
H5E_LINK, /*link count failure */
- H5E_SLINK /*symbolic link error */
+ H5E_SLINK, /*symbolic link error */
+
+ /* Parallel errors */
+ H5E_MPI /*some MPI function failed */
} H5E_minor_t;
/* Information about an error */