summaryrefslogtreecommitdiffstats
path: root/src/H5VLdaosm.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-12-09 23:20:16 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-12-09 23:20:16 (GMT)
commitbbcb31845f506a167337c432c062a01936fe7118 (patch)
tree374dd018b295212d10cf0f254cf926f5eb14743e /src/H5VLdaosm.h
parent2e4e427d9591aba395260ddd5272d498e3b1e179 (diff)
downloadhdf5-bbcb31845f506a167337c432c062a01936fe7118.zip
hdf5-bbcb31845f506a167337c432c062a01936fe7118.tar.gz
hdf5-bbcb31845f506a167337c432c062a01936fe7118.tar.bz2
Implement group traversal. Major refactoring of group/link code. Added
group examples, all examples now work with paths.
Diffstat (limited to 'src/H5VLdaosm.h')
-rw-r--r--src/H5VLdaosm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLdaosm.h b/src/H5VLdaosm.h
index 283913e..622b7ad 100644
--- a/src/H5VLdaosm.h
+++ b/src/H5VLdaosm.h
@@ -44,6 +44,7 @@ extern "C" {
typedef struct H5VL_daosm_obj_t {
H5I_type_t type;
struct H5VL_daosm_file_t *file;
+ int rc;
} H5VL_daosm_obj_t;
/* The file struct */