summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index e364b7e..254fa91 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -186,7 +186,8 @@ typedef enum H5E_minor_t {
H5E_CANTSET, /*Can't set value */
/* Parallel errors */
- H5E_MPI /*some MPI function failed */
+ H5E_MPI, /*some MPI function failed */
+ H5E_MPIERRSTR /*MPI Error String */
} H5E_minor_t;
/* Information about an error */