summaryrefslogtreecommitdiffstats
path: root/src/H5Eterm.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-05-22 16:43:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-05-22 16:43:45 (GMT)
commit5d2bddcd0654b9f1ad548799e6828780a30b506c (patch)
treeaf3981ebdedc3e92aff186ca1b06a67de197c7f2 /src/H5Eterm.h
parent4d3390afd97c82f91165677877469ee0911288c6 (diff)
downloadhdf5-5d2bddcd0654b9f1ad548799e6828780a30b506c.zip
hdf5-5d2bddcd0654b9f1ad548799e6828780a30b506c.tar.gz
hdf5-5d2bddcd0654b9f1ad548799e6828780a30b506c.tar.bz2
[svn-r12362] Purpose:
Code checkpoint Description: Update fractal heap code to allow objects to be deleted Fix bugs in fractal heap object insertion Improve free space manager code to allow sections to be merged and shrink the container Another try at making the Windows compilers happy... Platforms tested: FreeBSD 4.11 (sleipnir) Mac OS X.4/PPC (amazon) Linux 2.4 (chicago & heping) Solaris 2.9 (shanti) AIX 5.? (copper) w/parallel
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r--src/H5Eterm.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h
index 1b28d16..1643db9 100644
--- a/src/H5Eterm.h
+++ b/src/H5Eterm.h
@@ -87,6 +87,11 @@ H5E_CANTGET_g=
H5E_CANTSET_g=
H5E_DUPCLASS_g=
+/* Free space errors */
+H5E_CANTMERGE_g=
+H5E_CANTREVIVE_g=
+H5E_CANTSHRINK_g=
+
/* Object header related errors */
H5E_LINKCOUNT_g=
H5E_VERSION_g=
@@ -175,7 +180,8 @@ H5E_CANTREDISTRIBUTE_g=
H5E_CANTSWAP_g=
H5E_CANTINSERT_g=
H5E_CANTLIST_g=
-H5E_CANTMODIFY_g=
+H5E_CANTMODIFY_g=
+H5E_CANTREMOVE_g=
/* Argument errors */
H5E_UNINITIALIZED_g=