summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-10-13 07:52:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-10-13 07:52:10 (GMT)
commit7cfab788fc243ccc493cc98f8c6e504ca42157d0 (patch)
tree19efa867ce18943c04124403ad1a484d3d4d2d8c /src/H5Dpkg.h
parentbc010e55565dd53a40cb0187afe34f8506a990e2 (diff)
downloadhdf5-7cfab788fc243ccc493cc98f8c6e504ca42157d0.zip
hdf5-7cfab788fc243ccc493cc98f8c6e504ca42157d0.tar.gz
hdf5-7cfab788fc243ccc493cc98f8c6e504ca42157d0.tar.bz2
[svn-r15841] Description:
Use metadata journaling callback to allow dataset code to track journal status changes and flush cached info appropriately. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index ebfb8bb..bb7d13c 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -415,6 +415,7 @@ struct H5D_t {
H5O_loc_t oloc; /* Object header location */
H5G_name_t path; /* Group hierarchy path */
H5D_shared_t *shared; /* cached information from file */
+ int32_t mdjsc_idx; /* Journaling status change index */
};
/* Enumerated type for allocating dataset's storage */