summaryrefslogtreecommitdiffstats
path: root/src/H5Epubgen.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-22 18:46:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-22 18:46:08 (GMT)
commit6c8a082596dec312ba47fe74a41e05d23729277d (patch)
treeefa4357e66fe137e1e9f170e1c61e312414f2a0e /src/H5Epubgen.h
parent4b703ef698a5242c9cd4d3181b28d8f0acb5e786 (diff)
downloadhdf5-6c8a082596dec312ba47fe74a41e05d23729277d.zip
hdf5-6c8a082596dec312ba47fe74a41e05d23729277d.tar.gz
hdf5-6c8a082596dec312ba47fe74a41e05d23729277d.tar.bz2
[svn-r12131] Purpose:
Code update Description: Add new minor error, for heap metadata operations. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) Mac OSX (amazon)
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r--src/H5Epubgen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h
index f8ee84c..4139589 100644
--- a/src/H5Epubgen.h
+++ b/src/H5Epubgen.h
@@ -243,6 +243,7 @@ H5_DLLVAR hid_t H5E_NOIDS_g; /* Out of IDs for group */
#define H5E_CANTRENAME (H5OPEN H5E_CANTRENAME_g)
#define H5E_CANTPROTECT (H5OPEN H5E_CANTPROTECT_g)
#define H5E_CANTUNPROTECT (H5OPEN H5E_CANTUNPROTECT_g)
+#define H5E_CANTDIRTY (H5OPEN H5E_CANTDIRTY_g)
H5_DLLVAR hid_t H5E_CANTFLUSH_g; /* Unable to flush data from cache */
H5_DLLVAR hid_t H5E_CANTSERIALIZE_g; /* Unable to serialize data from cache */
H5_DLLVAR hid_t H5E_CANTLOAD_g; /* Unable to load metadata into cache */
@@ -253,6 +254,7 @@ H5_DLLVAR hid_t H5E_CANTINS_g; /* Unable to insert metadata into cache */
H5_DLLVAR hid_t H5E_CANTRENAME_g; /* Unable to rename metadata */
H5_DLLVAR hid_t H5E_CANTPROTECT_g; /* Unable to protect metadata */
H5_DLLVAR hid_t H5E_CANTUNPROTECT_g; /* Unable to unprotect metadata */
+H5_DLLVAR hid_t H5E_CANTDIRTY_g; /* Unable to mark metadata as dirty */
/* Parallel MPI errors */
#define H5E_MPI (H5OPEN H5E_MPI_g)