summaryrefslogtreecommitdiffstats
path: root/src/H5RCprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-30 21:01:11 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-30 21:01:11 (GMT)
commit4791c905979f99d9d06fb3f1cdfc4dbe5ccec32f (patch)
treed906be02f5426384164853e027bf23ec39ec1a93 /src/H5RCprivate.h
parent830ad43106a83e6e9701d6df62bd53a007fd0d31 (diff)
downloadhdf5-4791c905979f99d9d06fb3f1cdfc4dbe5ccec32f.zip
hdf5-4791c905979f99d9d06fb3f1cdfc4dbe5ccec32f.tar.gz
hdf5-4791c905979f99d9d06fb3f1cdfc4dbe5ccec32f.tar.bz2
[svn-r27447] more merge fixes.
Diffstat (limited to 'src/H5RCprivate.h')
-rw-r--r--src/H5RCprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5RCprivate.h b/src/H5RCprivate.h
index a280ff9..0932b92 100644
--- a/src/H5RCprivate.h
+++ b/src/H5RCprivate.h
@@ -51,6 +51,7 @@ typedef struct H5RC_t {
H5VL_iod_req_info_t req_info; /* must be first */
struct H5VL_iod_file_t *file;
uint64_t c_version;
+ const H5VL_class_t *vol_cls; /* the vol plugin class that gnerated this request */
} H5RC_t;
/*****************************/