summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_link_exists.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-03-16 15:01:33 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-03-16 15:01:33 (GMT)
commit89d1b13319bc7790333236fb607d7d7f18d088b8 (patch)
tree3c41d22f4a4bab8e254cdff886337eea78b858dc /examples/h5dsm_link_exists.c
parent9fa63a070fe07eec7bece0b495510771049bf18f (diff)
downloadhdf5-89d1b13319bc7790333236fb607d7d7f18d088b8.zip
hdf5-89d1b13319bc7790333236fb607d7d7f18d088b8.tar.gz
hdf5-89d1b13319bc7790333236fb607d7d7f18d088b8.tar.bz2
Modify plugin to use H5VL_daosm_term as the plugin's terminate callback,
now called when the plugin is closed (see merge from vol branch). Removed cal to H5Idec_ref from H5VL_daosm_term. Removed H5VLdaosm_term from examples.
Diffstat (limited to 'examples/h5dsm_link_exists.c')
-rw-r--r--examples/h5dsm_link_exists.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/h5dsm_link_exists.c b/examples/h5dsm_link_exists.c
index e6ba47b..6672aeb 100644
--- a/examples/h5dsm_link_exists.c
+++ b/examples/h5dsm_link_exists.c
@@ -53,9 +53,6 @@ int main(int argc, char *argv[]) {
if(H5Pclose(fapl) < 0)
ERROR;
- if(H5VLdaosm_term() < 0)
- ERROR;
-
printf("Success\n");
(void)MPI_Finalize();
@@ -65,7 +62,6 @@ error:
H5E_BEGIN_TRY {
H5Fclose(file);
H5Pclose(fapl);
- H5VLdaosm_term();
} H5E_END_TRY;
(void)MPI_Finalize();