summaryrefslogtreecommitdiffstats
path: root/src/H5SMpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-06 20:19:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-06 20:19:02 (GMT)
commiteeb841b26bdd371f2e3ae506af6390828205691a (patch)
tree2d385486eb48397020489d16c8eec34cd0231f39 /src/H5SMpkg.h
parentc0d7b109c9ee0c2c3e150e17bc265324c79818a9 (diff)
downloadhdf5-eeb841b26bdd371f2e3ae506af6390828205691a.zip
hdf5-eeb841b26bdd371f2e3ae506af6390828205691a.tar.gz
hdf5-eeb841b26bdd371f2e3ae506af6390828205691a.tar.bz2
[svn-r18521] Description:
Bring r18520 from trunk to 1.8 branch: Bring r18519 from metadata journaling "merging" branch to trunk: Converge metadata_journaling branch and trunk: separate destroy routines for data structures from cache callbacks. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5SMpkg.h')
-rwxr-xr-xsrc/H5SMpkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h
index 64f0ccb..b023c97 100755
--- a/src/H5SMpkg.h
+++ b/src/H5SMpkg.h
@@ -251,6 +251,10 @@ H5_DLL herr_t H5SM_bt2_convert_to_list_op(const void * record, void *op_data);
/* Fractal heap 'op' callback to compute hash value for message "in place" */
H5_DLL herr_t H5SM_get_hash_fh_cb(const void *obj, size_t obj_len, void *_udata);
+/* Routines to release data structures */
+herr_t H5SM_table_free(H5SM_master_table_t *table);
+herr_t H5SM_list_free(H5SM_list_t *list);
+
/* Testing functions */
#ifdef H5SM_TESTING
H5_DLL herr_t H5SM_get_mesg_count_test(H5F_t *f, hid_t dxpl_id, unsigned type_id,