summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5subfiling_common.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-02-26 18:12:00 (GMT)
committerGitHub <noreply@github.com>2023-02-26 18:12:00 (GMT)
commit49fdba1091e36df98dd0b2bef2a6246c7372a01b (patch)
tree45846cafc7a3d616133affedf398462657163246 /src/H5FDsubfiling/H5subfiling_common.h
parentea5b3952f71ae613830ece0a4416656ecacf070d (diff)
downloadhdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.zip
hdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.tar.gz
hdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.tar.bz2
Subfiling VFD - add option to specify config file prefix (#2495)
Diffstat (limited to 'src/H5FDsubfiling/H5subfiling_common.h')
-rw-r--r--src/H5FDsubfiling/H5subfiling_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDsubfiling/H5subfiling_common.h b/src/H5FDsubfiling/H5subfiling_common.h
index a5d6f61..51d8b22 100644
--- a/src/H5FDsubfiling/H5subfiling_common.h
+++ b/src/H5FDsubfiling/H5subfiling_common.h
@@ -208,6 +208,7 @@ typedef struct {
int sf_group_size; /* IOC count (in sf_group_comm) */
int sf_group_rank; /* IOC rank (in sf_group_comm) */
char *subfile_prefix; /* If subfiles are node-local */
+ char *config_file_prefix; /* Prefix added to config file name */
char *h5_filename; /* The user supplied file name */
void *ioc_data; /* Private data for underlying IOC */
sf_topology_t *topology; /* Pointer to our topology */