Incoporate minimized dataset headers code and tests.

This commit is contained in:
Jacob Smith
2018-12-31 11:27:21 -06:00
parent 43bd13837d
commit a8dc9793cb
22 changed files with 3191 additions and 1464 deletions

View File

@@ -351,6 +351,7 @@ struct H5F_file_t {
/* Object flush info */
H5F_object_flush_t object_flush; /* Information for object flush callback */
hbool_t crt_dset_min_ohdr_flag; /* flag to create minimized dataset object headers */
};
/*