diff options
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 907208b..70474da 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -186,6 +186,7 @@ struct H5O_t { /* first field in structure */ unsigned version; /*version number */ int nlink; /*link count */ + size_t skipped_mesg_size; /*size of skipped messages (for sanity checking) */ size_t nmesgs; /*number of messages */ size_t alloc_nmesgs; /*number of message slots */ H5O_mesg_t *mesg; /*array of messages */ @@ -340,8 +341,6 @@ H5_DLLVAR const H5O_obj_class_t H5O_OBJ_DATATYPE[1]; /* Package-local function prototypes */ H5_DLL herr_t H5O_flush_msgs(H5F_t *f, H5O_t *oh); -H5_DLL void * H5O_read_real(const H5O_loc_t *loc, const H5O_msg_class_t *type, - int sequence, void *mesg, hid_t dxpl_id); H5_DLL herr_t H5O_delete_mesg(H5F_t *f, hid_t dxpl_id, H5O_mesg_t *mesg, hbool_t adj_link); H5_DLL herr_t H5O_free_mesg(H5O_mesg_t *mesg); |