Source
49
49
H5O_shared_t *sh_mesg);
50
50
H5_DLL herr_t H5SM_get_info(const H5O_loc_t *ext_loc, H5P_genplist_t *fc_plist,
51
51
hid_t dxpl_id);
52
52
H5_DLL htri_t H5SM_type_shared(H5F_t *f, unsigned type_id, hid_t dxpl_id);
53
53
H5_DLL herr_t H5SM_get_fheap_addr(H5F_t *f, hid_t dxpl_id, unsigned type_id,
54
54
haddr_t *fheap_addr);
55
55
H5_DLL herr_t H5SM_reconstitute(H5O_shared_t *sh_mesg, H5F_t *f,
56
56
unsigned msg_type_id, H5O_fheap_id_t heap_id);
57
57
H5_DLL herr_t H5SM_get_refcount(H5F_t *f, hid_t dxpl_id, unsigned type_id,
58
58
const H5O_shared_t *sh_mesg, hsize_t *ref_count);
59
-
H5_DLL herr_t H5SM_ih_size(H5F_t *f, hid_t dxpl_id, H5F_info_t *bh_info);
59
+
H5_DLL herr_t H5SM_ih_size(H5F_t *f, hid_t dxpl_id, hsize_t *hdr_size, H5_ih_info_t *ih_info);
60
60
61
61
62
62
/* Debugging routines */
63
63
H5_DLL herr_t H5SM_table_debug(H5F_t *f, hid_t dxpl_id, haddr_t table_addr,
64
64
FILE *stream, int indent, int fwidth, unsigned table_vers,
65
65
unsigned num_indexes);
66
66
H5_DLL herr_t H5SM_list_debug(H5F_t *f, hid_t dxpl_id, haddr_t list_addr,
67
67
FILE *stream, int indent, int fwidth, unsigned list_vers, size_t num_messages);
68
68
69
69
#endif /*_H5SMprivate_H*/