summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-14 13:52:19 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-14 13:52:19 (GMT)
commit6d61d2b0d017ebff61407a1816c5fcf7c0c8c7b9 (patch)
treef2bc26cd55ae3d4d43239b02918c0427ad1d888c /src/H5Pfapl.c
parent90ec386c958859b73bc050eafa7d525df9dd618c (diff)
downloadhdf5-6d61d2b0d017ebff61407a1816c5fcf7c0c8c7b9.zip
hdf5-6d61d2b0d017ebff61407a1816c5fcf7c0c8c7b9.tar.gz
hdf5-6d61d2b0d017ebff61407a1816c5fcf7c0c8c7b9.tar.bz2
[svn-r22064] -renmace a few VOL file routines
- add a dummy VOL driver to make sure we can change drivers at runtime
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index cac1f35..e606fc3 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -45,7 +45,10 @@
/* Includes needed to set as default file driver */
#include "H5FDsec2.h" /* Posix unbuffered I/O file driver */
#include "H5FDstdio.h" /* Standard C buffered I/O */
-#include "H5VLnative.h" /* Native HDF5 VOL plugin */
+
+/* Includes needed to set as default VOL driver */
+#include "H5VLnative.h" /* Native H5 VOL plugin */
+
#ifdef H5_HAVE_WINDOWS
#include "H5FDwindows.h" /* Windows buffered I/O */
#endif