summaryrefslogtreecommitdiffstats
path: root/src/H5SMprivate.h
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-19 18:51:03 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-19 18:51:03 (GMT)
commit632773727c6f08c583bb6748d0d9dd11fe800364 (patch)
treed40f61c64afbbf59674223e23dc4447760e55fe2 /src/H5SMprivate.h
parentff572efab750d3667d04ef0143315eb3a9e99585 (diff)
downloadhdf5-632773727c6f08c583bb6748d0d9dd11fe800364.zip
hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.gz
hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.bz2
[svn-r13159] Added h5debug support for shared message structures.
Tests run on juniper, kagiso, smirom. h5debug run manually on sample files on Windows, juniper, and kagiso.
Diffstat (limited to 'src/H5SMprivate.h')
-rwxr-xr-xsrc/H5SMprivate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5SMprivate.h b/src/H5SMprivate.h
index fab6097..c9a6379 100755
--- a/src/H5SMprivate.h
+++ b/src/H5SMprivate.h
@@ -45,5 +45,11 @@ H5_DLL herr_t H5SM_reconstitute(H5O_shared_t *sh_mesg, H5O_fheap_id_t heap_id);
H5_DLL herr_t H5SM_get_refcount(H5F_t *f, hid_t dxpl_id, unsigned type_id,
const H5O_shared_t *sh_mesg, hsize_t *ref_count);
+H5_DLL herr_t H5SM_table_debug(H5F_t *f, hid_t dxpl_id, haddr_t table_addr,
+ FILE *stream, int indent, int fwidth,
+ unsigned table_vers, unsigned num_indexes);
+H5_DLL herr_t H5SM_list_debug(H5F_t *f, hid_t dxpl_id, haddr_t list_addr,
+ FILE *stream, int indent, int fwidth,
+ unsigned list_vers, size_t num_messages);
#endif /*_H5SMprivate_H*/