summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 19:07:33 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 19:07:33 (GMT)
commit2f6965f07124e003b02b172c5d428d7863797d18 (patch)
tree7ccecbc701add138c428232e548545ad4b1b0b19 /src/H5VLnative.h
parente424a22c1d2e839e7feab1f040dc0914fc416f1f (diff)
downloadhdf5-2f6965f07124e003b02b172c5d428d7863797d18.zip
hdf5-2f6965f07124e003b02b172c5d428d7863797d18.tar.gz
hdf5-2f6965f07124e003b02b172c5d428d7863797d18.tar.bz2
[svn-r25579] Add version number for VOL plugins in VOL Plugin structure.
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index 36177ed..ae0e601 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -23,6 +23,7 @@
#define H5VLnative_H
#define H5VL_NATIVE (H5VL_native_init())
+#define HDF5_VOL_NATIVE_VERSION_1 1 /* Version number of Native VOL plugin */
#ifdef __cplusplus
extern "C" {