summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-04-21 15:36:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-04-21 15:36:22 (GMT)
commit5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5 (patch)
tree22b52f467386617b960536cbc5cce160951c70f1 /src/H5Edefin.h
parentd7573cbc857f5a2a843a42b3ea05cd9d3770208d (diff)
downloadhdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.zip
hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.gz
hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.bz2
[svn-r12293] Purpose:
Bug fix Description: Fix missing error code from flexible parallel removal Platforms tested: IBM AIX (copper) w/parallel
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r--src/H5Edefin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index 91b9b9c..1bdd4ba 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -149,6 +149,7 @@ hid_t H5E_CANTDIRTY_g = FAIL; /* Unable to mark metadata as dirty */
/* Parallel MPI errors */
hid_t H5E_MPI_g = FAIL; /* Some MPI function failed */
hid_t H5E_MPIERRSTR_g = FAIL; /* MPI Error String */
+hid_t H5E_CANTRECV_g = FAIL; /* Can't receive data */
/* Dataspace errors */
hid_t H5E_CANTCLIP_g = FAIL; /* Can't clip hyperslab region */