summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-04-15 04:18:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-04-15 04:18:02 (GMT)
commit58382379be519527e74343dade9efc5bed6f81b3 (patch)
tree31bd36c36fbc363d72a15af8a882c2b87ae204e8 /src/H5Dprivate.h
parentb79b00dbfc603b8a70c0cf50585e07c15da8b7d2 (diff)
downloadhdf5-58382379be519527e74343dade9efc5bed6f81b3.zip
hdf5-58382379be519527e74343dade9efc5bed6f81b3.tar.gz
hdf5-58382379be519527e74343dade9efc5bed6f81b3.tar.bz2
[svn-r29702] Merged r29182 and 29183 from the trunk.
Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index d8381e1..deffe89 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -52,6 +52,7 @@
#define H5D_ACS_DATA_CACHE_NUM_SLOTS_NAME "rdcc_nslots" /* Size of raw data chunk cache(slots) */
#define H5D_ACS_DATA_CACHE_BYTE_SIZE_NAME "rdcc_nbytes" /* Size of raw data chunk cache(bytes) */
#define H5D_ACS_PREEMPT_READ_CHUNKS_NAME "rdcc_w0" /* Preemption read chunks first */
+#define H5D_ACS_EFILE_PREFIX_NAME "external file prefix" /* External file prefix */
/* ======== Data transfer properties ======== */
#define H5D_XFER_MAX_TEMP_BUF_NAME "max_temp_buf" /* Maximum temp buffer size */