summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2019-01-07 23:08:33 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2019-01-07 23:08:33 (GMT)
commitd9b1ec3ce8672cd9c308f72baedc8a6f7bb9474c (patch)
tree32ff8b32b33a2947c27cbff5a05baee35c23d58b /src/H5Tprivate.h
parent5dfe00629588a54dbfb6f2d09dfbd88177e37cc2 (diff)
parentab5fe769ab711f736238abc89ef215a6ecff5f7e (diff)
downloadhdf5-d9b1ec3ce8672cd9c308f72baedc8a6f7bb9474c.zip
hdf5-d9b1ec3ce8672cd9c308f72baedc8a6f7bb9474c.tar.gz
hdf5-d9b1ec3ce8672cd9c308f72baedc8a6f7bb9474c.tar.bz2
Merge pull request #1439 in HDFFV/hdf5 from rank0_bcast to develop
* commit 'ab5fe769ab711f736238abc89ef215a6ecff5f7e': HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator. indent change changed logic statement in if Added chunking test, fixed issue with CX set Correct another git merge failure. Correct misplaced line from git merge. Updated and refined version of Scot's "rank 0 bcast" changes.
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index 6b6446f..3dcbb2c 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -145,6 +145,7 @@ H5_DLL H5T_t *H5T_get_actual_type(H5T_t *dt);
H5_DLL herr_t H5T_save_refresh_state(hid_t tid, struct H5O_shared_t *cached_H5O_shared);
H5_DLL herr_t H5T_restore_refresh_state(hid_t tid, struct H5O_shared_t *cached_H5O_shared);
H5_DLL hbool_t H5T_already_vol_managed(const H5T_t *dt);
+H5_DLL htri_t H5T_is_vl_storage(const H5T_t *dt);
/* Reference specific functions */
H5_DLL H5R_type_t H5T_get_ref_type(const H5T_t *dt);