diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-21 01:48:36 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-21 01:48:36 (GMT) |
commit | d6adb6526d83e6f799f16933757fb26131856f21 (patch) | |
tree | 8d1fbacda93818c29c57e2d7d583ebb0c4181de6 /src/H5O.c | |
parent | 830fac2fea7fe27892299400d6892e96f216a97b (diff) | |
parent | 75a03ea0c36f24a6a3982b75a8c52325879bb569 (diff) | |
download | hdf5-d6adb6526d83e6f799f16933757fb26131856f21.zip hdf5-d6adb6526d83e6f799f16933757fb26131856f21.tar.gz hdf5-d6adb6526d83e6f799f16933757fb26131856f21.tar.bz2 |
Merge pull request #1399 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit '75a03ea0c36f24a6a3982b75a8c52325879bb569':
Moved private native VOL connector functions to H5VLnative_private.h.
Moved the remainder of the code into separate files.
Split the native VOL connector code into multiple files and moved the attribute code over.
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ #include "H5Iprivate.h" /* IDs */ #include "H5Lprivate.h" /* Links */ #include "H5Opkg.h" /* Object headers */ -#include "H5VLnative.h" /* Native VOL connector */ + +#include "H5VLnative_private.h" /* Native VOL connector */ /****************/ |