summaryrefslogtreecommitdiffstats
path: root/src/H5Epubgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r--src/H5Epubgen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h
index b989db7..70334fa 100644
--- a/src/H5Epubgen.h
+++ b/src/H5Epubgen.h
@@ -196,7 +196,7 @@ H5_DLLVAR hid_t H5E_NOENCODER_g; /* Filter present but encoding disabled */
H5_DLLVAR hid_t H5E_CANTOPENOBJ_g; /* Can't open object */
H5_DLLVAR hid_t H5E_CANTCLOSEOBJ_g; /* Can't close object */
H5_DLLVAR hid_t H5E_COMPLEN_g; /* Name component is too long */
-H5_DLLVAR hid_t H5E_LINK_g; /* Link count failure */
+H5_DLLVAR hid_t H5E_LINK_g; /* Link failure */
H5_DLLVAR hid_t H5E_SLINK_g; /* Symbolic link error */
H5_DLLVAR hid_t H5E_PATH_g; /* Problem with path to object */
@@ -253,6 +253,8 @@ H5_DLLVAR hid_t H5E_NOIDS_g; /* Out of IDs for group */
#define H5E_CANTUNPIN (H5OPEN H5E_CANTUNPIN_g)
#define H5E_CANTMARKDIRTY (H5OPEN H5E_CANTMARKDIRTY_g)
#define H5E_CANTDIRTY (H5OPEN H5E_CANTDIRTY_g)
+#define H5E_CANTEXPUNGE (H5OPEN H5E_CANTEXPUNGE_g)
+#define H5E_CANTRESIZE (H5OPEN H5E_CANTRESIZE_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 */
@@ -267,6 +269,8 @@ H5_DLLVAR hid_t H5E_CANTPIN_g; /* Unable to pin cache entry */
H5_DLLVAR hid_t H5E_CANTUNPIN_g; /* Unable to un-pin cache entry */
H5_DLLVAR hid_t H5E_CANTMARKDIRTY_g; /* Unable to mark a pinned entry as dirty */
H5_DLLVAR hid_t H5E_CANTDIRTY_g; /* Unable to mark metadata as dirty */
+H5_DLLVAR hid_t H5E_CANTEXPUNGE_g; /* Unable to expunge a metadata cache entry */
+H5_DLLVAR hid_t H5E_CANTRESIZE_g; /* Unable to resize a metadata cache entry */
/* Parallel MPI errors */
#define H5E_MPI (H5OPEN H5E_MPI_g)
b1_synthetic Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux an...max2011-06-062-32/+31
| * | | | | | * Improve socket.test by checking the latency on the loopback address and ...max2011-06-012-40/+63
| * | | | | | * Fix setting up of [fileevent] while an async socket is still in progress max2011-05-302-44/+96
| * | | | | | Fix [socket -async] for DNS names with more than one addressmax2011-05-273-98/+163
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ tcltest 2.3.3 fixes:dgp2011-06-213-4/+4
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | tcltest 2.3.3 fixes:dgp2011-06-213-4/+4
| |/ / / / / /
| * | | | | | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-217-26/+61
* | | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-212-0/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-212-0/+13
| | |_|_|_|/ | |/| | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ merge changes to trunkdgp2011-06-201-1/+74
|\ \ \ \ \ \ \ | | |/ / / / /
| | * | | | | another changes itemdgp2011-06-201-0/+2
| | * | | | | more changes workdgp2011-06-201-1/+5
| | |\ \ \ \ \ | |/ / / / / /
| * | | | | | changes updates for 8.5.10dgp2011-06-201-4/+18
* | | | | | | Merg [3148192] implementation fix, and caveat commentjan.nijtmans2011-06-202-1/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [3148192] implementation, restoring legacy form againjan.nijtmans2011-06-201-1/+1
| * | | | | | changes update work in progressdgp2011-06-192-1/+40
| * | | | | | 3062331 Caveat added to comments.dgp2011-06-171-0/+10
* | | | | | | 3315098 Mem leak fix from Gustaf Neumann.dgp2011-06-132-1/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 3315098 Mem leak fix from Gustaf Neumann.dgp2011-06-132-1/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68])...andreask2011-06-08