summaryrefslogtreecommitdiffstats
path: root/src/H5TR.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-02-08 18:24:12 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-02-08 18:24:12 (GMT)
commit2ad60cbf9618deb782cbeaccfdf505fe4ebec04c (patch)
tree97c6cfa5c96c44c9ebf2e2f9f3085443ed85d214 /src/H5TR.c
parentee91c7320a451fcf0743a7f275b8f0993107a613 (diff)
downloadhdf5-2ad60cbf9618deb782cbeaccfdf505fe4ebec04c.zip
hdf5-2ad60cbf9618deb782cbeaccfdf505fe4ebec04c.tar.gz
hdf5-2ad60cbf9618deb782cbeaccfdf505fe4ebec04c.tar.bz2
Add support for attribute create/open/close. Add examples for attribute
create and open. It is now possible to H5Gopen the root group. Other fixes/refactoring.
Diffstat (limited to 'src/H5TR.c')
-rw-r--r--src/H5TR.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TR.c b/src/H5TR.c
index 51323cc..bb8d28d 100644
--- a/src/H5TR.c
+++ b/src/H5TR.c
@@ -251,7 +251,7 @@ H5TR_create(void *_obj, const H5VL_class_t *vol_cls, daos_epoch_t epoch)
if(NULL == (tr = H5FL_CALLOC(H5TR_t)))
HGOTO_ERROR(H5E_SYM, H5E_NOSPACE, NULL, "can't allocate top transaction structure")
- tr->file = obj->file;
+ tr->file = obj->item.file;
tr->epoch = epoch;
tr->vol_cls = vol_cls;