summaryrefslogtreecommitdiffstats
path: root/src/H5TR.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-11-18 23:16:43 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-11-18 23:16:43 (GMT)
commit9752f525152eab4d959f109797ffd941d438d62f (patch)
tree378e4c12847f45b3f0b5e1e4eb4e05351136ea1a /src/H5TR.c
parent3c05e6725c8e889b64c8645f36ce6d3cdcc34d11 (diff)
downloadhdf5-9752f525152eab4d959f109797ffd941d438d62f.zip
hdf5-9752f525152eab4d959f109797ffd941d438d62f.tar.gz
hdf5-9752f525152eab4d959f109797ffd941d438d62f.tar.bz2
Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff.
Diffstat (limited to 'src/H5TR.c')
-rw-r--r--src/H5TR.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5TR.c b/src/H5TR.c
index cfee25f..51323cc 100644
--- a/src/H5TR.c
+++ b/src/H5TR.c
@@ -373,6 +373,8 @@ H5TR_close(H5TR_t *tr)
FUNC_ENTER_NOAPI_NOINIT_NOERR
+ /*TODO: Keep track of lowest transaction number (LRE), slip daos epoch as it
+ * moves forward. */
tr = H5FL_FREE(H5TR_t, tr);
FUNC_LEAVE_NOAPI(SUCCEED)